faqts : Computers : Programming : Languages : Python

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 5 people (80%) answered Yes
Recently 4 of 5 people (80%) answered Yes

Entry

how to print a JGP file with python (JPG) ?

Nov 15th, 2006 20:02
Stewart Midwinter, Mostapha Amenchar,


The question originally asked how to print a JGP file with Python. That
looks like it might be a typo, in which case the question is asking how
to print a JPG file. I edited the question to add JPG in brackets in
case anyone else is looking for this information. 

To print or otherwise manage and work with JPG images, you can use the
PIL library by Fredrik Lundh. It's available at http://effbot.org. You
can crop, resize, slice, cube and transform images in many ways using
the PIL library.