Re: [Image-SIG] questions on the Python Imaging Library

2011-05-20 Thread Charlie Clark
Am 20.05.2011, 09:47 Uhr, schrieb ONKOK- Tong Qing Wen 童慶文 : I find there is a problem for picture deformation . Dear Wen, I find the e-mail is missing a lot of information. That said there is known issue with JPEGs when they are geometrically translated. If possible it is much better

[Image-SIG] questions on the Python Imaging Library

2011-05-20 Thread ONKOK- Tong Qing Wen 童慶文
Dear Py, import Image img = Image.open("py.jpg") img = img.transform( (640,480), Image.QUAD, (0,0,0,480,640+320,480+240,640,0) ) img.show() I find there is a problem for picture deformation . Please reply to tongqingw...@163.com and tong.qing...@onkok.com .TKS! Best Regards___