I've a little code that uses the SimpleImage class with which I create scaled images.
Right after that is done, I launch a code using CropCanvas class to crop the scaled image.
Unfortunatly the CropCanvas can't work on the SimpleImage resulting image cause it says the is not a valid PNG/JPG/etc.
Any ideas?
Right after that is done, I launch a code using CropCanvas class to crop the scaled image.
Unfortunatly the CropCanvas can't work on the SimpleImage resulting image cause it says the is not a valid PNG/JPG/etc.
Any ideas?
Comment