After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 440309 - Adding HDTV templates for video
Adding HDTV templates for video
Status: RESOLVED WONTFIX
Product: GIMP
Classification: Other
Component: User Interface
2.3.x
Other Linux
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-05-21 22:43 UTC by popolon
Modified: 2008-01-15 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add HDTV template to etc/templaterc (778 bytes, text/plain)
2007-05-21 22:45 UTC, popolon
Details

Description popolon 2007-05-21 22:43:53 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 ???
Comment 1 popolon 2007-05-21 22:45:17 UTC
Created attachment 88569 [details]
Add HDTV template to etc/templaterc
Comment 2 Sven Neumann 2007-05-22 06:35:08 UTC
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.
Comment 3 Carol 2007-05-22 14:53:25 UTC
Could you put your template here or on your web site?
Comment 4 popolon 2007-05-24 22:46:45 UTC
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))
Comment 5 popolon 2007-05-27 11:35:12 UTC
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))