Re: looks like in PIL, resize() will give high quality thumbnails than thumbnail()

2006-07-01 Thread Summercoolness
[EMAIL PROTECTED] wrote: > In PIL, since thumbnail() first makes a draft copy of the image, and > then resize it, so thumbnail() can run a lot faster than resize() > because draft() seems a lot faster when resizing from very big images > to small images... (such as the original image is 3000 x 20

looks like in PIL, resize() will give high quality thumbnails than thumbnail()

2006-07-01 Thread Summercoolness
In PIL, since thumbnail() first makes a draft copy of the image, and then resize it, so thumbnail() can run a lot faster than resize() because draft() seems a lot faster when resizing from very big images to small images... (such as the original image is 3000 x 2000, and it can make a draft really