How can I request that PHP rotates an image a certain degree? Some images need to be rotated 90 degress clockwise and some need a 180 degree rotation.
When I use this code:
rotate picture.jpg -rotate 90 picture.jpg;
I get the following error:
Parse error: syntax error, unexpected T_DNUMBER on line 2
I'd like a permanent modification of the image on the server. Any help would be great. I am new to this so if I am missing vital information please let me know and I will edit. Thanks.