diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
commit | 839c46e19ac4aa00b619a185ad48ee977162ef2c (patch) | |
tree | 01f1e79a4e164244941361adb0cf062098537f12 /plug-ins/common | |
parent | Adding debian version 2.10.36-3. (diff) | |
download | gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.tar.xz gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.zip |
Merging upstream version 2.10.38.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | plug-ins/common/file-png.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c index 063f201..3214445 100644 --- a/plug-ins/common/file-png.c +++ b/plug-ins/common/file-png.c @@ -2104,7 +2104,7 @@ save_image (const gchar *filename, /* If we're dealing with a paletted image with * transparency set, write out the remapped palette */ - if (png_get_valid (pp, info, PNG_INFO_tRNS)) + if (pngg.has_trns) { guchar inverse_remap[256]; |