added more standard paper sizes.

2003-04-10  Sven Neumann  <sven@gimp.org>

	* etc/templaterc: added more standard paper sizes.
This commit is contained in:
Sven Neumann 2003-04-10 19:39:06 +00:00 committed by Sven Neumann
parent dcefb7d4e1
commit 19ab634bf0
2 changed files with 81 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-04-10 Sven Neumann <sven@gimp.org>
* etc/templaterc: added more standard paper sizes.
2003-04-10 Sven Neumann <sven@gimp.org>
* app/xcf/xcf-load.c

View File

@ -2,7 +2,16 @@
#
# A collection of image templates.
(GimpTemplate "A4 300dpi"
(GimpTemplate "A3 (300dpi)"
(width 3508)
(height 4960)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "A4 (300dpi)"
(width 2480)
(height 3508)
(unit millimeters)
@ -11,7 +20,7 @@
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "A5 300dpi"
(GimpTemplate "A5 (300dpi)"
(width 1754)
(height 2480)
(unit millimeters)
@ -20,7 +29,43 @@
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Letter 300dpi"
(GimpTemplate "A6 (300dpi)"
(width 1240)
(height 1754)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "B4 (300dpi)"
(width 2953)
(height 4169)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "B5 (300dpi)"
(width 2079)
(height 2953)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "B5-Japan (300dpi)"
(width 2150)
(height 3035)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "US-Letter (300dpi)"
(width 2550)
(height 3300)
(unit inches)
@ -29,6 +74,35 @@
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "US-Legal (300dpi)"
(width 2550)
(height 4200)
(unit inches)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "CD Cover (300dpi)"
(stock-id "gtk-cdrom")
(width 1429)
(height 1417)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Floppy Label (300dpi)"
(stock-id "gtk-floppy")
(width 825)
(height 825)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Web Banner Common 468x60"
(width 468)
(height 60)