GNOME Bugzilla – Bug 440309
Adding HDTV templates for video
Last modified: 2008-01-15 14:12:10 UTC
As HDTV becomes a standard in video medias, it is useful to add HDTV templates. In the following patch I added both 1080 (for 1080p and 1080i) and 720p values. Add only 1080 could be more useful ???
Created attachment 88569 [details] Add HDTV template to etc/templaterc
I don't think we want to add more templates. The list is rather long already and adding more items will make the combo-box harder to use. Feel free to add these templates to your personal GIMP installation. The templates system is designed to be extended by the user.
Could you put your template here or on your web site?
Here are the two block of information for HDTV 720(p) and 1080 (i/p) to add at the end of the ~/.gimp/templaterc (GimpTemplate "HDTV 1080 - 1920x1080" (stock-id "gimp-video") (width 720) (height 486) (unit pixels) (xresolution 72.000000) (yresolution 72.000000) (resolution-unit inches) (image-type rgb) (fill-type background-fill)) (GimpTemplate "HDTV 720 - 1920x720" (stock-id "gimp-video") (width 720) (height 486) (unit pixels) (xresolution 72.000000) (yresolution 72.000000) (resolution-unit inches) (image-type rgb) (fill-type background-fill))
Sorry, I copy-pasted and not corrected sizes in width/height fileds but the patch was ok. Here are the good informations to add : (GimpTemplate "HDTV 1080 - 1920x1080" (stock-id "gimp-video") (width 1920) (height 1080) (unit pixels) (xresolution 72.000000) (yresolution 72.000000) (resolution-unit inches) (image-type rgb) (fill-type background-fill)) (GimpTemplate "HDTV 720 - 1920x720" (stock-id "gimp-video") (width 1920) (height 720) (unit pixels) (xresolution 72.000000) (yresolution 72.000000) (resolution-unit inches) (image-type rgb) (fill-type background-fill))