Add some templates for screen sizes, as i suggested in bug #130869.

2004-01-08  Dave Neary  <bolsh@gimp.org>

        * etc/templaterc: Add some templates for screen sizes, as i
        suggested in bug #130869.
This commit is contained in:
Dave Neary 2004-01-08 21:06:39 +00:00 committed by David Neary
parent 36c5fb0a25
commit cbfeedb8c9
2 changed files with 50 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-01-08 Dave Neary <bolsh@gimp.org>
* etc/templaterc: Add some templates for screen sizes, as i
suggested in bug #130869.
2004-01-08 Michael Natterer <mitch@gimp.org>
* app/gui/layers-menu.c

View file

@ -2,6 +2,51 @@
#
# A collection of image templates.
(GimpTemplate "640x480"
(width 640)
(height 480)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "800x600"
(width 800)
(height 600)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "1024x768"
(width 1024)
(height 768)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "1200x900"
(width 1200)
(height 900)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "1600x1200"
(width 1600)
(height 1200)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "A3 (300dpi)"
(width 3508)
(height 4960)