[Image-SIG] Image transpose

Eduardo Matus ematus at gmail.com
Mon Oct 8 01:49:29 CEST 2007


Hi, I'm transposing an image.. but in each rotation, the image loose
resolution.. any ideas?
this is the code that I'm using

im = Image.open(self.imageList[self.imagenIndex])
out = im.transpose(Image.ROTATE_90)
out.save(self.imageList[self.imagenIndex])

Thks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/image-sig/attachments/20071007/df641c23/attachment.htm 


More information about the Image-SIG mailing list