[Gimp-developer] using a parasite in a python import/export script

2009-10-21 Thread Lucas Beyer
Hello, If this is the wrong list for my question, please tell me the right place for it. I wrote an exporter script (to a new file format) in python. This script requires the user to choose the location of some other file, amongst other settings before saving the image so in the call to the

Re: [Gimp-developer] using a parasite in a python import/export script

2009-10-21 Thread Lucas Beyer
Works for me. Here is a capture from my python console: GIMP 2.6.4 Python Console Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] print gimp.parasite_list() ('exif-orientation-rotate', 'testing', 'jpeg-save-defaults') Yes, in the python-console it works