[gimp] Issue #5788: 10/12 bpc in HEIF export does not mean HDR.



commit 05bb84ebede0b98b7f7f788cc351c06036a5db96
Author: Jehan <jehan girinstud io>
Date:   Mon Oct 19 20:47:07 2020 +0200

    Issue #5788: 10/12 bpc in HEIF export does not mean HDR.

 plug-ins/common/file-heif.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-heif.c b/plug-ins/common/file-heif.c
index 2b3a2b8440..3df9b6fcc8 100644
--- a/plug-ins/common/file-heif.c
+++ b/plug-ins/common/file-heif.c
@@ -2542,8 +2542,8 @@ save_dialog (GimpProcedure *procedure,
   gtk_widget_show (grid2);
 
   store = gimp_int_store_new (_("8 bit/channel"),         8,
-                              _("10 bit/channel (HDR)"), 10,
-                              _("12 bit/channel (HDR)"), 12,
+                              _("10 bit/channel"), 10,
+                              _("12 bit/channel"), 12,
                               NULL);
 
   combo = gimp_prop_int_combo_box_new (config, "save-bit-depth",


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