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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blindlemonsam
    New Member
    • Jan 2008
    • 6

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

    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??
  • blindlemonsam
    New Member
    • Jan 2008
    • 6

    #2
    I solved my own problem by using exiftool to restore the IPTC and EXIF data after the resize. Anyone want to know how to do this mail me at "smmoore at tiscali dot co dot za"

    Comment

    Working...