[Image-SIG] Image transpose

Nadav Horesh nadavh at visionsense.com
Tue Oct 9 07:57:29 CEST 2007


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

   Nadav,


-----Original Message-----
From: image-sig-bounces at python.org on behalf of Eduardo Matus
Sent: Mon 08-Oct-07 01:49
To: image-sig at 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



More information about the Image-SIG mailing list