[Image-SIG] PIL - How do I resize an image while keeping the IPTC and EXIF info?

Alec Bennett wrybread at gmail.com
Sun Jan 27 01:58:42 CET 2008


I don't know if the PIL has a way to preserve it, but if not you could
of course read the data before resizing then write the data to the new
image.

http://simonwillison.net/2003/Nov/13/exif/






2008/1/24 Samuel Moore <smmoore at tiscali.co.za>:
>
>
> Hi,
> I'm using the Python Imaging Library (PIL v1.1.6) to batch resize images.
> Problem is, it erases the IPTC and EXIF data for the resized file. I want
> the data to stay. Help??
> _______________________________________________
> Image-SIG maillist  -  Image-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig
>
>


More information about the Image-SIG mailing list