I can flip images horizontally/vertically, but I can't rotate them with the GD2 library

843 views Asked by At

I am developing a feature to allow an image to be rotated in increments of 90 degrees or to be flipped horizontally or vertically. I have the code working just fine on my own computer, but when uploaded to a live server, the rotate functionality stops working. The images can still be flipped, but rotating them results in no change at all. There are no error messages. The function that performs the rotation returns the same value as if the rotation was successful. This isn't a case of needing to reload the page (I've tried that). After rotating the image I should be able to find the image file on the server and find that it has indeed been rotated, but that is not happening.

The mind-boggling part of this is that the flipping functionality still works, it's just the rotation functionality that stopped working. Does anyone know if this sort of thing can be caused by something in the server setup? Maybe a different version of the GD2 library? I don't believe that this is a code problem, rather that there's something different about the live server that causes this. Any help would be appreciated.

1

There are 1 answers

0
Rakhitha Nimesh On

Check out the demo and tutorial at http://www.innovativephp.com/online-image-rotator-using-php-gd-library-for-improving-design-tasks/ for complete details on how to rotate an image with php gd