[gimp/gimp-2-10] Issue #5788: 10/12 bpc in HEIF export does not mean HDR.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #5788: 10/12 bpc in HEIF export does not mean HDR.
- Date: Mon, 19 Oct 2020 18:49:36 +0000 (UTC)
commit 59a1dff35e9936759739a2f643b69c0a075663ed
Author: Jehan <jehan girinstud io>
Date: Mon Oct 19 20:48:50 2020 +0200
Issue #5788: 10/12 bpc in HEIF export does not mean HDR.
Similar to commit 05bb84ebed on master.
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 06af14d018..7f6880baac 100644
--- a/plug-ins/common/file-heif.c
+++ b/plug-ins/common/file-heif.c
@@ -2038,8 +2038,8 @@ save_dialog (SaveParams *params,
gtk_widget_show (label2);
combo = gimp_int_combo_box_new (_("8 bit/channel"), 8,
- _("10 bit/channel (HDR)"), 10,
- _("12 bit/channel (HDR)"), 12,
+ _("10 bit/channel"), 10,
+ _("12 bit/channel"), 12,
NULL);
gtk_table_attach (GTK_TABLE (table), combo, 1, 2, 0, 1,
GTK_FILL | GTK_EXPAND, GTK_FILL, 0, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]