Hi,
img.paste accepts positive floats with an deprecation warning but not
negative floats. The following exception is thrown:
File "/usr/lib/python2.6/dist-packages/PIL/Image.py", line 1101, in
paste
self.im.paste(im, box, mask.im)
ValueError: images do not matchI got two wishes :) - be more consistent (for example working negative floats with a deprecation warning?) - throw a more descriptive error It cost me some hours as I was investigating in the wrong direction as I thought the image was wrong, not the positioning. Thank you, Florian -- Florian Ludwig <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
