ImageMagick does save it, but I didn't find any win32 binaries for ImageMagick-Python bindings... Also, when resizing the same image with PIL and ImageMagick, the PIL version is smaller but with very similar looking quality...
So my load of images is now being resized by PIL. This discussion is getting rather off-topic, and I solved my problem (albeit without GIMP), so I think we can close the discussion! :-) thanks all, --Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roel Schroeven Sent: Saturday, September 10, 2005 11:51 PM To: [email protected] Subject: [Gimp-user] Re: Scaling an image from script? Leeuw van der, Tim schreef: > I never actually looked at what PIL could really do for me until > tonight, so I wasn't aware before that it could do such > interpolations... I'm very pleased that it does; only snatch is that > it does lose the EXIF data on the resized image (not sure yet if I > mind or not). Ah yes. I've been looking for a Python module to handle EXIF data, but it seemed the only ones I could find could only read it, not write it. -- If I have been able to see further, it was only because I stood on the shoulders of giants. -- Isaac Newton Roel Schroeven _______________________________________________ Gimp-user mailing list [email protected] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user _______________________________________________ Gimp-user mailing list [email protected] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
