06-07-2021, 06:58 AM
(06-07-2021, 06:39 AM)eric_h Wrote:(04-23-2020, 08:40 PM)Leodip Wrote:(04-23-2020, 08:15 PM)Ofnuts Wrote: Not if you start from an XCF. Otherwise there are other image processing tools that are designed to be used from shell scripts (ImageMagick) or called from Python (ImageMagick again, or the Pillow library).
I see. I would have preferred to use Python-fu, but I guess I'll go with Python+Pillow then.
Thanks!
I'm sure there must exist a solution using PYTHONPATH and DYLD_LIBRARY_PATH to run a GIMP python-fu script that is stored elsewhere than the GIMP plug-ins directory... It would be very convenient.
Yes: https://stackoverflow.com/questions/4443...0#44435560
But it is overkill in most cases.