Convert all images to JPEG

Thomas 2002 at weholt.org
Tue Dec 28 18:30:37 EST 2004


Hi,

I got a bunch of different images of different types ( bmp, gif, png,
tiff etc ) and I want to convert them all to JPEGs using PIL. Is this
possible? When I try I get all sorts of errors, doing something like :

im = Image.open(srcImage) # might be png, gif etc, for instance
test1.png
im.thumbnail(size, Image.ANTIALIAS) # size is 640x480
im.save(targetName, "JPEG") # targetname is test1.jpg

produces an exception. Any clues?

Best regards,
Thomas



More information about the Python-list mailing list