image reduction script

Larry Bates larry.bates at websafe.com
Fri Mar 24 11:27:57 EST 2006


Philippe Martin wrote:
> Hi,
> 
> I need to write a script to reduce the resolution/color depth of an image
> (ex: .jpg) based on a target size.
> 
> The point is for the target picture to still be "understandable" - yet I
> target getting down to 5K.
> 
> Are there libraries out there that could help me start ?
> 
> Thanks
> 
> Philippe
> 
> 
Python Imaging Library (PIL).

http://www.pythonware.com/products/pil/

-Larry Bates



More information about the Python-list mailing list