Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi again, I installed 10.7 and got the same error ... and this was a build from source!!!

The workaround is to cast the numbers passed to crop to int()

imgC = img.crop((int(800),int(0),largeur,hauteur))