Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
something else instead of PIL?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Reimar Bauer  
View profile  
 More options Dec 17 2008, 3:48 pm
Newsgroups: comp.lang.python
From: Reimar Bauer <R.Ba...@fz-juelich.de>
Date: Wed, 17 Dec 2008 21:48:36 +0100
Local: Wed, Dec 17 2008 3:48 pm
Subject: something else instead of PIL?
Hi

what has happened to PIL? No updates since two years.

Or does one know an alternative lib for resizing images?

cheers
Reimar


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
s...@pobox.com  
View profile  
 More options Dec 17 2008, 4:01 pm
Newsgroups: comp.lang.python
From: s...@pobox.com
Date: Wed, 17 Dec 2008 15:01:39 -0600
Local: Wed, Dec 17 2008 4:01 pm
Subject: Re: something else instead of PIL?

    Reimar> Hi what has happened to PIL? No updates since two years.

It's well-written, stable code.  As far as I know it does what people want
(at least it's done everything I've needed when I've used it).  Why should
it matter that there hasn't been an official release in two years?

--
Skip Montanaro - s...@pobox.com - http://smontanaro.dyndns.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Rebert  
View profile  
 More options Dec 17 2008, 4:04 pm
Newsgroups: comp.lang.python
From: "Chris Rebert" <c...@rebertia.com>
Date: Wed, 17 Dec 2008 13:04:34 -0800
Local: Wed, Dec 17 2008 4:04 pm
Subject: Re: something else instead of PIL?

On Wed, Dec 17, 2008 at 12:48 PM, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:
> Hi

> what has happened to PIL? No updates since two years.

The Python Imaging Library is still current; I guess they just haven't
found any new bugs or seen fit to add new functionality in a while,
though I presume they'll start working on a Python 3.0 port
eventually.

If you don't like PIL, there's always the (much less popular) Python
bindings to ImageMagick:
http://www.imagemagick.org/script/api.php#python

Cheers,
Chris

--
Follow the path of the Iguana...
http://rebertia.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Fetchinson  
View profile  
 More options Dec 17 2008, 4:09 pm
Newsgroups: comp.lang.python
From: "Daniel Fetchinson" <fetchin...@googlemail.com>
Date: Wed, 17 Dec 2008 13:09:04 -0800
Local: Wed, Dec 17 2008 4:09 pm
Subject: Re: something else instead of PIL?

>> what has happened to PIL? No updates since two years.

> The Python Imaging Library is still current; I guess they just haven't
> found any new bugs or seen fit to add new functionality in a while,
> though I presume they'll start working on a Python 3.0 port
> eventually.

That's actually an interesting question. Does anybody know if PIL is
being ported to 3.0? Are there such plans? Maybe even code?

Cheers,
Daniel

--
Psss, psss, put it down! - http://www.cafepress.com/putitdown


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
imageguy  
View profile  
 More options Dec 18 2008, 8:56 am
Newsgroups: comp.lang.python
From: imageguy <imageguy1...@gmail.com>
Date: Thu, 18 Dec 2008 05:56:34 -0800 (PST)
Local: Thurs, Dec 18 2008 8:56 am
Subject: Re: something else instead of PIL?
On Dec 17, 3:48 pm, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:

> Hi

> what has happened to PIL? No updates since two years.

> Or does one know an alternative lib for resizing images?

> cheers
> Reimar

I have found the FreeImage library with the Python bindings quite
workable. I work with multi-page TIF images and this seemed to be the
best option.

 The FreeImage library seems to be actively maintained too (Last
release in July 08 with updates to many of the image processing plug-
ins).  The python bindings took me a bit to understand as they try to
emulate PIL, however they are implemented using ctypes, so you can
change/manage yourself if needed.  I found working directly with the
functions exported from the .dll the best option and gave the best
performance.

Freeimage site: http://freeimage.sourceforge.net/
Python bindings: http://freeimagepy.sourceforge.net/

Hope that helps.  Good luck.  Working with images/graphics can make my
brain hurt sometimes.

g.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reimar Bauer  
View profile  
 More options Dec 18 2008, 9:04 am
Newsgroups: comp.lang.python
From: Reimar Bauer <R.Ba...@fz-juelich.de>
Date: Thu, 18 Dec 2008 15:04:49 +0100
Local: Thurs, Dec 18 2008 9:04 am
Subject: Re: something else instead of PIL?
imageguy schrieb:

thanks!

Reimar


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reimar Bauer  
View profile  
 More options Dec 18 2008, 8:56 am
Newsgroups: comp.lang.python
From: Reimar Bauer <R.Ba...@fz-juelich.de>
Date: Thu, 18 Dec 2008 14:56:44 +0100
Local: Thurs, Dec 18 2008 8:56 am
Subject: Re: something else instead of PIL?
s...@pobox.com schrieb:

>     Reimar> Hi what has happened to PIL? No updates since two years.

> It's well-written, stable code.  As far as I know it does what people want
> (at least it's done everything I've needed when I've used it).  Why should
> it matter that there hasn't been an official release in two years?

I am interested to get some new features added e.g. some special
conversion routines for colorblind people.
http://scien.stanford.edu/class/psych221/projects/05/ofidaner/colorbl...

How can that be archieved?

cheers
Reimar


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
s...@pobox.com  
View profile  
 More options Dec 18 2008, 9:53 am
Newsgroups: comp.lang.python
From: s...@pobox.com
Date: Thu, 18 Dec 2008 08:53:35 -0600
Local: Thurs, Dec 18 2008 9:53 am
Subject: Re: something else instead of PIL?

    Reimar> I am interested to get some new features added e.g. some special
    Reimar> conversion routines for colorblind people.
    Reimar> http://scien.stanford.edu/class/psych221/projects/05/ofidaner/colorbl...

    Reimar> How can that be archieved?

Contact Fredrik Lundh? http://effbot.org/

Skip


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »