You are correct. I am still sort of new to python and i didn't realize that .thumbnail was a PIL method. However after i fixed that issue it still isn't working at all. Does anyone have a simple script to do thumbnails? Maybe one that doesn't involve compute.
Brandon On Tuesday, June 19, 2012 5:16:03 PM UTC-6, villas wrote: > > 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 > > >

