See http://mail.python.org/pipermail/image-sig/2009-July/005790.html

I noticed the same problem.

My workaround was to use:

 numpy.asarray(img).reshape(1, scale_x).reshape(0, scale_y)

(in case that helps anyone).
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to