diff --git a/ChangeLog b/ChangeLog index d8618aa227..f26f937ecb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-10 Sven Neumann + + * etc/templaterc: added more standard paper sizes. + 2003-04-10 Sven Neumann * app/xcf/xcf-load.c diff --git a/etc/templaterc b/etc/templaterc index bc309380ab..7419d37927 100644 --- a/etc/templaterc +++ b/etc/templaterc @@ -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)