[Tutor] PIL: preserving exif data

Eric Abrahamsen eric at abrahamsen.com
Sun Jan 13 09:52:28 CET 2008


Can any PIL people out there tell me if it's possible to save a jpeg  
image with exif data? I'm opening an image file, making changes to it,  
and then resaving it: apparently calling save() chops off its exif  
data, and there doesn't appear to be a way to re-attach it via a  
parameter to the save function. Has anyone run into this problem before?

Thanks,
Eric


More information about the Tutor mailing list