Image manipulation library under a GPL-compatible license?

Jarek Zgoda jzgoda at gazeta.usun.pl
Sat Aug 7 19:11:53 EDT 2004


Leif K-Brooks wrote:

> I need to do some simple image editing (pretty much just scaling) in a 
> GPLed program. Unfortunatly, both of the Python libraries for image 
> editing that I found (gdmodule and PIL) are under the GPL-incompatible 
> original BSD license. Is there another library under a friendlier library?

Use os.system() with convert from ImageMagick package. See man 1 convert 
for explanation of convert use.

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list