See <a href="http://mail.python.org/pipermail/image-sig/2009-July/005790.html">http://mail.python.org/pipermail/image-sig/2009-July/005790.html</a><br><br>I noticed the same problem.<br><br>My workaround was to use:<br><br>
 numpy.asarray(img).reshape(1, scale_x).reshape(0, scale_y)<br><br>(in case that helps anyone).<br><br>