473,785 Members | 3,285 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Image handling - stupid question

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 <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned or that it's very good
and stable.

Jun 27 '08 #1
5 1174
Jumping Arne wrote:
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 <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned or that it's very
good and stable.
Certainly the latter.

Diez
Jun 27 '08 #2
Jumping Arne a écrit :
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 <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned
I doubt it is.
or that it's very good
and stable.
My own experience is that it's indeed a pretty good and AFAICT stable
library.

Jun 27 '08 #3
On Apr 16, 12:21 pm, Jumping Arne <arn...@mac.com wrote:
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?
Depends on your requirements, but it's certainly the first library I
would check out. It offers lots of functionality, it is easy to use,
well documented and rock solid.
I looked at <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned or that it's very good
and stable.
The latter (what else would you expect from /F? :)

2B
Jun 27 '08 #4
On Wed, 16 Apr 2008 12:21:13 +0200, Jumping Arne wrote
(in article <00************ *************** **@news.individ ual.de>):
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 <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned or that it's very good
and stable.
Sounds like PIL is a safe option, thanks.

Jun 27 '08 #5
Jumping Arne wrote:
On Wed, 16 Apr 2008 12:21:13 +0200, Jumping Arne wrote
(in article <00************ *************** **@news.individ ual.de>):

>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 <http://www.pythonware. com/products/pil/and noticed that the
latest version is from Dec 2006.

In my experience that means that either it's abandoned or that it's very good

>and stable.


Sounds like PIL is a safe option, thanks.
Yes, certainly, PIL is the way to go. But beyond that, if you are going
to do any fancy manipulation of the array of pixels (e.g., image
processing, image recognition, convolution, ...), then I'd recommend
numpy for the array manipulation. (And perhaps even the full-blown
scipy.) Numpy can easily access and manipulate the pixel arrays
produced by PIL. It's an awesome combination.

Gary Herron
Jun 27 '08 #6

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

Similar topics

3
11765
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a table in MySQL with the path & filename to the image. I have successfully uploaded and performed an update query on the database, but the problem I have is I cannot retain the primary key field in a variable which is then used in a SQL update...
14
35568
by: Jeff Gillingham | last post by:
I'm using a stylesheet to place a small 'background image' in the upper left corner of several pages. Is there a simple way of making that image a clickable link? Thanks.
4
44092
by: zborisau | last post by:
Hey good people, I've been given a problem to solve recently - and stuck with the solution for a good 4 days already. i have a link which leads to popup window. the purpose of that popup window is to redirect user to the one of available servers. so i need to check which server is available. i have decided to download some 1pixel image from every server and if it was downloaded
3
4034
by: Ken | last post by:
I have a win 2000 database of autographs and scanned photos. They are in the SAME directory. In the table, my "ImagePath" text field shows JUST the image name (i.e. "blank.jpg"). I have an image field that links to the ImagePath field. But it does not display in the form. I go in and delete the image field and add it back in and link it to the "blank.jpg" file (its a dummy jpg that says "Not Avail"). Then I make sure it is linked and not...
4
8384
by: Kevin Myers | last post by:
Hello, Please forgive my reposting of this note with hopefully a more relevant subject line. On an Access 2000 form under Windows 2000 I would like to use a Kodak Image Edit Control to display the contents of a TIFF image file. According to the very limited documentation that I have been able to locate so far, all I should need to do is to drop the Image Edit Control onto the form in design mode, set the control's Image property to...
3
2060
by: Mr Newbie | last post by:
I'm testing error handling configurations and having some trouble. I created a WebForm called. ErrDefault.aspx and I am trying to use the Page error attribute to force the redirection to a custom page, but I only get and unhandled exception page and it does not direct me to my specific page. I'm probably doing something really stupid, but I cant see what . Any Ideas ? - Thanx Mr N --------- DETAILS BELOW -----------
8
2355
by: david.sargent | last post by:
ok, I am just learning this stuff, small stupid question here...I am trying to swap images in a little ajax application, and the code handling that looks like... document.placeholder.src =xmlHttp.responseText / no big deal i know, if i print xmlHttp.responseText to the screen the
7
10165
by: needin4mation | last post by:
Hi, I have an Access 2002 - 2003 database. I am using Access 2003. Whenever I link an image all it shows is the filename. Not the image. Other versions of Access can link the image just fine. The properties look the same whether I use XP or 2003 versions of Office. If I take an earlier version of Access and link the image, it puts the image. I can also see the image in 2003. If I link the image using 2003 it only shows the filename....
4
584
by: =?Utf-8?B?UGF0cmlja1M=?= | last post by:
I'd like to be able to give a treeview in my application a nice smooth gradient as a background image, but I'm having trouble doing this. Webpages that I've seen so far seem to suggest using the BackgroundImage property, but this does not seem to work. I'm using C# Express 2008. Does anybody here have any solutions?
0
9643
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10315
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.