[Image-SIG] Is there an image editor that interfaces with PIL?

Joao S. O. Bueno Calligaris gwidion at mpc.com.br
Fri Jun 10 18:55:39 CEST 2005


On Friday 10 June 2005 11:59, rzed wrote:
> Does anyone know of an image editor that interfaces with PIL
> nicely? What I mean is one that could directly load PIL objects,
> and one whose buffer(s) PIL could operate on pretty directly.
>
> If not, I suppose I could try to make one, but if one already
> exists, I'd like to try that first.
>
> What I have in mind is essentially just a front end for PIL
> operations, with some manual draw/paint capability; ideally, this
> would be written in and extendible with Python. So is there
> something like this already?

There is the GIMP! 

Tehre is Pygimp - the python bindings for the GIMP
It can operate on iamges with methods of its own -and if you prefer,
you can throw in PIL as well for further editing.



> _______________________________________________
> Image-SIG maillist  -  Image-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig


More information about the Image-SIG mailing list