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
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to