When saving in GIMP, you get a number of options for each format (LZW compression, include Alpha, JPG compression etc). Is it possible to access those interfaces from my Python plug-in, and just get the return values. So that when I export a whole book, each page can be saved using those options with the appropriate file-save-* procedure?
Preferably I would like the plug-in to support all the formats that the GIMP supports saving to, without actually implementing my own version of the GUI for each format.

Help















