[Gimp-developer] png file exports - disable metadata?

2019-05-18 Thread Paul Jewell via gimp-developer-list
Hi All, I am wondering about a curious event I am seeing related to exporting PNG images from Gimp either through the usual interface, or via a script like so: pdb.file_png_save2(gimp.image_list()[0], gimp.image_list()[0].layers[0], '/tmp/test1.png', '/tmp/test1.png', 0, 0, 0, 0, 0, 0, 0, 0, 0)

[Gimp-developer] Editing last stroke / modification through gimp plugins

2019-03-27 Thread Paul Jewell via gimp-developer-list
Hey all. I have been writing small plugins using the python engine for quite a while, it is very nice and I appreciate the great batch functionality available. I am interested in writing some functionality that deals with working with the last brushstroke. Ideally, I would be able to enable my

[Gimp-developer] question about python-fu and GTK+ 3.0

2019-01-13 Thread Paul Jewell via gimp-developer-list
Good evening, I have been writing some python plug-ins for gimp over the past months with great success. I really appreciate the effort that has gone into creation of the plugin system. I have one question specifically, which is a little more advanced. I am trying to create a small interface for