Hello,
I need to make an external Python administration script, wich
occasionnally uses gimp functionnality (especially to convert to/from
xcf files). Is there a way to use this functionnality without starting
the ui?
I need something like that:
import gimp_noui as gimp
gimp.startgimp() #start the gimp in background process
pdb.file_load(whatever...)
#do something here...
pdb.file_save(whatever...)
gimp.stopgimp()
Thanks.
_______________________________________________
Gimp-developer mailing list
Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer