diff --git a/etc/templaterc b/etc/templaterc index 3ecd444fce..ab3d7d089b 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)