Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using a Python-Fu script outside GIMP
#5
(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.
Reply


Messages In This Thread
Using a Python-Fu script outside GIMP - by Leodip - 04-23-2020, 07:02 PM
RE: Using a Python-Fu script outside GIMP - by Ofnuts - 06-07-2021, 06:58 AM

Forum Jump: