[gimp] etc: add 4K Ultra HD template and fix DCI 4K.



commit 617d0c455061d36e41f40b0e99e6307a60590660
Author: Jehan <jehan girinstud io>
Date:   Sun Apr 1 23:44:22 2018 +0200

    etc: add 4K Ultra HD template and fix DCI 4K.
    
    The dimension currently set in DCI 4K were rather ones of common 5K.

 etc/templaterc |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/etc/templaterc b/etc/templaterc
index 3ecd444..ab3d7d0 100644
--- a/etc/templaterc
+++ b/etc/templaterc
@@ -259,10 +259,20 @@
     (resolution-unit inches)
     (image-type rgb)
     (fill-type background-fill))
+(GimpTemplate "3840x2160 (4K UHD)"
+    (icon-name "gimp-video")
+    (width 3840)
+    (height 2160)
+    (unit pixels)
+    (xresolution 72.000000)
+    (yresolution 72.000000)
+    (resolution-unit inches)
+    (image-type rgb)
+    (fill-type background-fill))
 (GimpTemplate "4096×2160 (Digital Cinema Initiatives 4K)"
     (icon-name "gimp-video")
-    (width 5120)
-    (height 2880)
+    (width 4096)
+    (height 2160)
     (unit pixels)
     (xresolution 72.000000)
     (yresolution 72.000000)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]