Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programmatic XCF text layer editing
#4
You don't need to open the UI(*), you can use Gimp+Python in batch mode from a shell (or shell script), but your script still has to start a Gimp process and tell it to run your Python. See this example.

(*) Although another option is to write a plugin that takes a directory as input and process all images in that directory by itself. Called from the Gimp UI, but doesn't require user interaction once started.
Reply


Messages In This Thread
RE: Programmatic XCF text layer editing - by Ofnuts - 02-12-2023, 12:39 AM

Forum Jump: