mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
36c5fb0a25
commit
cbfeedb8c9
2 changed files with 50 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue