Image manipulation library under a GPL-compatible license?
Istvan Albert
ialbert at mailblocks.com
Sat Aug 7 19:52:50 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?
heh, GPL is a lot less "friendly" than the Python license.
Here is the python license:
"The gist of it is that Python is absolutely free, even for commercial
use (including resale). There is no GNU-like "copyleft" restriction."
http://www.python.org/doc/Copyright.html
now what part of this is givin you trouble?
Istvan.
More information about the Python-list
mailing list