gimp

python image unified transform

python image unified transform Question: I looking for a way to transform a Image into a another one. The tool from GIMP work perfectly for my task: "Unified Transform Tool" But is there a way to do it with a python lib? Like openCV or PIL? My Goal is it to add images to mockup …

Total answers: 1

Where is the GIMP Python-fu documentation?

Where is the GIMP Python-fu documentation? Question: Simple as it is, where is the documentation and the API documentation? Is it available online? Asked By: luke1985 || Source Answers: Used to be there but recently disappeared. Edit: as of April 2023, the doc has been reinstated and and can be found at the expected place. …

Total answers: 2

GIMP on Windows – executing a python-fu script from the command line

GIMP on Windows – executing a python-fu script from the command line Question: In a Windows environment, I would like to make a call to GIMP for executing a python-fu script (through a BAT file) but the command line call I am using does not produce the expected results. For example, consider the following python-fu …

Total answers: 3