Hi, I&#39;m transposing an image.. but in each rotation, the image loose resolution.. any ideas? <br>this is the code that I&#39;m using<br><br>im = Image.open(self.imageList[self.imagenIndex])<br>out = im.transpose(Image.ROTATE_90
)<br>out.save(self.imageList[self.imagenIndex])<br><br>Thks <br>