add PAL and NTSC templates

2003-07-15  Jakub Steiner <jimmac@ximian.com>

* etc/templaterc: add PAL and NTSC templates
This commit is contained in:
Jakub Steiner 2003-07-16 12:14:45 +00:00 committed by Jakub Steiner
parent 8224476afb
commit b61a70c53d
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-15 Jakub Steiner <jimmac@ximian.com>
* etc/templaterc: add PAL and NTSC templates
2003-07-16 Michael Natterer <mitch@gimp.org>
* app/paint/gimppaintoptions.[ch]: added utility function

View File

@ -133,5 +133,25 @@
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "PAL - 720x576"
(stock-id "gimp-video")
(width 720)
(height 576)
(unit millimeters)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "NTSC - 720x486"
(stock-id "gimp-video")
(width 720)
(height 576)
(unit millimeters)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
# end of templates