blob: eb48fddc4de2f7dcd790d834bbef4558eb0bfc5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# GIMP templaterc
#
# This file will be entirely rewritten each time you exit.
(GimpTemplate "NES (256×224)"
(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 (512×448)"
(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 (160×144)"
(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 (240×160)"
(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 (256×192)"
(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 (256×384)"
(width 256)
(height 384)
(unit pixels)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
(GimpTemplate "3DS Top (400×240)"
(width 400)
(height 240)
(unit pixels)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
(GimpTemplate "3DS Bottom (320×240)"
(width 320)
(height 240)
(unit pixels)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
# end of templaterc
|