07-26-2021, 05:11 PM
(07-26-2021, 01:56 PM)Histone Wrote: Thanks a lot for the TIPS!
I edited gimp-image-get-*, errors have gone.
but still got an error at "gimp-image-base-type", so I edited it to "gimp-image-get-base-type".
and the error has gone now,
but again, still got another error at "NORMAL-MODE". and I stuck there.
Any idea on that?
Thanks for sorting the next error, I'll incorporate that into my version.
I had checked for all deprecated functions but gimp-image-width wasn't (and still isn't) marked as such!
You need to change NORMAL-MODE to LAYER-MODE-NORMAL or possibly LAYER-MODE-NORMAL-LEGACY - I think that I would go for the first of these as it sounds like it will have longer term support.
I may get around to producing a Python version of the script so that the parameters can be saved from one GIMP session to another but in the meantime you can always edit the default settings for the parameters.