Can i 3d rotate an image on the Y axis 10-15 degrees from php?
From
I开发者_Go百科 want to createIs this possible with php?
Set Perspective of an Image Using PHP GD:
http://www.jqueryit.com/2010/03/set-perspective-of-image-using-php-gd.html
If you have Imagemagick:
http://php.net/manual/en/function.imagick-distortimage.php
You can, with imagemagick. Here is the ImageMagick documentation for that kind of processing.
You could "fake" the effect by putting a white mask with transparent center corresponding to the desired rotation over the image.
精彩评论