mirror of https://github.com/GNOME/gimp.git
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:
parent
6bf7892cdf
commit
d8009a000b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue