Hi Luca,
Sorry it has taken me so long to get back to you...
The first thing that jumps out at me about what you've written below is that
you've been working on MacOSX and I have been working under XP. I have done
testing in the past few months, similar to what you've done, but without the
sa
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
__
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 ea