06-23-2017, 04:22 AM
(This post was last modified: 06-23-2017, 04:28 AM by PyFuNoob.
Edit Reason: add GIMP version
)
I have written a <Load> Python plug-in to open a custom image file format.
If I insert only one layer the layer name I give it is not used and the layer name is the filename when the image is displayed in GIMP.
If I insert two or more layers the layer names I give them in the script are used.
Anyway to ensure my chosen layer name is used for the one layer case?
Using GIMP 2.8.10.
If I insert only one layer the layer name I give it is not used and the layer name is the filename when the image is displayed in GIMP.
If I insert two or more layers the layer names I give them in the script are used.
Anyway to ensure my chosen layer name is used for the one layer case?
Using GIMP 2.8.10.