plug-ins: Remove gamma parameter in openraster call to file-png-save.

Commit d57eafd189 removed the
gamma parameter for file-png-save so we have to remove it here too.
This commit is contained in:
Jacob Boerema 2021-01-30 13:18:50 -05:00
parent 6bf7892cdf
commit d8009a000b
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ def save_ora(procedure, run_mode, image, n_drawables, drawables, file, args, dat
GObject.Value(GObject.TYPE_INT, compression),
# write all PNG chunks except oFFs(ets)
GObject.Value(GObject.TYPE_BOOLEAN, True), # Save background color (bKGD chunk)
GObject.Value(GObject.TYPE_BOOLEAN, True), # Save gamma (gAMA chunk)
GObject.Value(GObject.TYPE_BOOLEAN, False), # Save layer offset (oFFs chunk)
GObject.Value(GObject.TYPE_BOOLEAN, True), # Save resolution (pHYs chunk)
GObject.Value(GObject.TYPE_BOOLEAN, True), # Save creation time (tIME chunk)