diff options
Diffstat (limited to 'templaterc')
-rw-r--r-- | templaterc | 53 |
1 files changed, 45 insertions, 8 deletions
@@ -10,7 +10,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "SNES (512×448)" (width 512) @@ -20,7 +23,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "GB/GBC (160×144)" (width 160) @@ -30,7 +36,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "GBA (240×160)" (width 240) @@ -40,7 +49,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "NDS Single (256×192)" (width 256) @@ -50,7 +62,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "NDS Dual (256×384)" (width 256) @@ -60,7 +75,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "3DS Top (400×240)" (width 400) @@ -70,7 +88,10 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) (GimpTemplate "3DS Bottom (320×240)" (width 320) @@ -80,7 +101,23 @@ (yresolution 72.000000) (resolution-unit inches) (image-type rgb) - (fill-type transparent-fill) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) + (comment "")) +(GimpTemplate "PICO-8 (128×128)" + (width 128) + (height 128) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type transparent) (comment "")) # end of templaterc |