class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I'd have thought you should crop first, THEN resize the image!! I'm trying to do the same thing at the moment, but it's not working properly for me at all, I only came on to see if there was an answer to the issue!!!
I'd have thought you should crop first, THEN resize the image!! I'm trying to do the same thing at the moment, but it's not working properly for me at all, I only came on to see if there was an answer to the issue!!!
Cheers
Dave
I've just downloaded the new version, anc exactly the same problem.
This is my code....
If I comment out the resize, the crop works fine (and as expected)
If I comment out the crop, the resize works as expected!
Together, I get a jpeg image of 1x1
???????
Please help