开发者

Can i 3d rotate an image on the Y axis 10-15 degrees from php?

开发者 https://www.devze.com 2023-01-31 22:06 出处:网络
FromI开发者_Go百科 want to create Is this possible with php?Set Perspective of an Image Using PHP GD:

From

Can i 3d rotate an image on the Y axis 10-15 degrees from php?

I开发者_Go百科 want to create

Can i 3d rotate an image on the Y axis 10-15 degrees from php?

Is 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消