473,385 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Image manipulation library under a GPL-compatible license?

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?
Jul 18 '05 #1
5 1897
Leif K-Brooks wrote:
Is there another library under a friendlier library?


Er, that final "library" should read "license". I should get more sleep.
Jul 18 '05 #2
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/
Jul 18 '05 #3
"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?


sorry, but you don't have the slightest idea what you're talking
about. PIL uses the original Python license, about which FSF
has the following to say:

This is a free software license and is compatible
with the GNU GPL.

http://www.gnu.org/philosophy/license-list.html

and before you spread more license FUD, maybe you should
learn why the *original* BSD license is not considered to be
GNU-compatible:

http://www.gnu.org/philosophy/bsd.html

</F>

Jul 18 '05 #4
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.

Jul 18 '05 #5
Fredrik Lundh wrote:
sorry, but you don't have the slightest idea what you're talking
about. PIL uses the original Python license, about which FSF
has the following to say: <snip>


Sorry, you're right. For some reason, I got "the name of Secret Labs AB
or the author not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission"
with the obnoxious BSD advertising clause. Please disregard anything
else I say, because I've probably done way too litle research.
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Scott Brady Drummonds | last post by:
Can anyone recommend the easiest way of generating thumbnail images using a Python library? I've seen that the Python Image Library (PIL) seems to do this but it isn't installed on my available...
7
by: MVM | last post by:
I am using SQL server and ASP to create a webpage and display images directly from the database. My code is working fine, the issue I am having is when a photo is not in the database. For...
4
by: Steve Peterson | last post by:
Hi I've been beating my head against the wall trying to get this done, with little to no success so I thought I would turn to the .Net community for some help. I have an .NET app in which the...
9
by: Job | last post by:
Hi, I would like to find out what ASP/ASP.net can do with image manipulation. Does ASP have built in functions (eg. after upload to server) to manipulate images, like rotate, scale, crop etc.?...
1
by: goldtech | last post by:
Is there a way to create thumnails with a script in PHP with safe mode ON? We want to keep safe mode ON for our server but beable to automatically create thumbs from full size image files. Is...
4
by: WaterWalk | last post by:
Hello, I'm currently learning string manipulation. I'm curious about what is the favored way for string manipulation in C, expecially when strings contain non-ASCII characters. For example, if...
9
by: zacariaz | last post by:
I dont know, and i dont much like javascript, however, i am told that the only way to do want i want to do, is with javascript, so here goes. zoom and cut is the only features i need. 1. the...
2
by: Michiel Sikma | last post by:
Hello everybody. I'm currently involved in a site building project in which we're going to use the Google Maps API. The user will be able to browse the site by looking over a really large image,...
8
by: shotokan99 | last post by:
i have this situation. i have a query string: http://www.myquerystring.com?x=xxxxx what this url does is it will return or start downloading a .png file. what i wanted to do is trap this png...
5
by: Jumping Arne | last post by:
I'm going to try to write some imange manipulation code (scaling, reading EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? I looked at...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.