diff options
author | zlg <zlg@zlg.space> | 2021-10-17 13:07:58 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2021-10-17 13:07:58 -0700 |
commit | 4801268b8d4f493bff1dec66db9465b1dddfd328 (patch) | |
tree | 7311b3b5a0995e1453692757b93b97701aa0d9a7 /templaterc | |
parent | Update templaterc (diff) | |
download | gimpixel-4801268b8d4f493bff1dec66db9465b1dddfd328.tar.gz gimpixel-4801268b8d4f493bff1dec66db9465b1dddfd328.tar.bz2 gimpixel-4801268b8d4f493bff1dec66db9465b1dddfd328.tar.xz gimpixel-4801268b8d4f493bff1dec66db9465b1dddfd328.zip |
Configs automatically updated due to upgrade to v2.10
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 |