Hi, I think there is a bug in thumbnail() method in PIL library.
In line 1533 is:
self.size = size

in my opinion this should be:

self.size = im.size

becouse now after calling thumbnail() method on an image object when I
want get dimentions of image(size property) i still gets old values,
exactly the same like before thumbnail() calls.Realy should be like
that?

Michal
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to