I don't understand this line:

img.db_photo_var((nx, ny), Image.ANTIALIAS)

why isn't it this??

img.thumbnail((nx, ny), Image.ANTIALIAS)

Isn't thumbnail a method in PIL?   Maybe I'm missing something?

Regards,
David


Reply via email to