Using gimp python module in maya

Hi

Has anyone used the gimp python module in Maya, I’am wondering if its possiable and if it is what do you need to do to get it working, do you need to recompile anything in gimp to make it work With maya.

Thanks.

So from my rather quick (and limited) google search. It looks like you need to be running an actual gimp process to access the gimp python libraries.

Something you might be able to do, is run a headless version of gimp with subprocess and setup some kind of messaging system between it and maya to get data back and forth.