04-01-2025, 01:03 PM
Thanks but I'm not trying to flatten an image.
I was porting my code and noticed that the python console browser listed a new option for the gimp-image-merge-visible-layers procedure, so I thought I'd experiment and try the new option just to see the results, however whether passing the enum value of Gimp.MergeType.FLATTEN_IMAGE or just an int value of 3, I get the error above.
So my question was whether this looks like a bug in Gimp or an error in the documentation.
I was porting my code and noticed that the python console browser listed a new option for the gimp-image-merge-visible-layers procedure, so I thought I'd experiment and try the new option just to see the results, however whether passing the enum value of Gimp.MergeType.FLATTEN_IMAGE or just an int value of 3, I get the error above.
So my question was whether this looks like a bug in Gimp or an error in the documentation.