aboutsummaryrefslogtreecommitdiff
path: root/templaterc
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2010-10-13 05:21:07 -0500
committerzlg <zlg@zlg.space>2010-10-13 05:47:19 -0500
commit3f52fa6dac98d769a58b6c95b308592532d33b7f (patch)
tree3b656980e7e15d64d4d7d9d190d7fd365bc986f5 /templaterc
downloadgimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.gz
gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.bz2
gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.xz
gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.zip
Initial commit
Diffstat (limited to 'templaterc')
-rw-r--r--templaterc66
1 files changed, 66 insertions, 0 deletions
diff --git a/templaterc b/templaterc
new file mode 100644
index 0000000..d8a4cb0
--- /dev/null
+++ b/templaterc
@@ -0,0 +1,66 @@
+# GIMP templaterc
+#
+# This file will be entirely rewritten each time you exit.
+
+(GimpTemplate "NES (256x224)"
+ (width 256)
+ (height 224)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "SNES (512x448)"
+ (width 512)
+ (height 448)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "GB/GBC (160x144)"
+ (width 160)
+ (height 144)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "GBA (240x160)"
+ (width 240)
+ (height 160)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "NDS Single (256x192)"
+ (width 256)
+ (height 192)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "NDS Dual (256x384)"
+ (width 256)
+ (height 384)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+
+# end of templaterc