Do you save it in a lossy compression format (like jpeg with quality < 100%)?

   Nadav,


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Eduardo Matus
Sent: Mon 08-Oct-07 01:49
To: image-sig@python.org
Subject: [Image-SIG] Image transpose
 
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