php图片处理效果

WBOY
Release: 2016-06-06 20:31:51
Original
1430 people have browsed it

下面这个效果,php可以实现吗?什么库?

原图
php图片处理效果
效果图
php图片处理效果

回复内容:

下面这个效果,php可以实现吗?什么库?

原图
php图片处理效果
效果图
php图片处理效果

PHP自带的图形处理库是GD,不过应该不能进行3D变换。
不过也有针对ImageMagick和GraphicsMagick的PECL绑定:
ImageMagick:
http://php.net/manual/zh/book.imagick.php
GraphicsMagick:
http://php.net/manual/zh/book.gmagick.php
这两个外部库都比PHP自带的GD库强大不少.

或者你可以直接在PHP里调用ImageMagick的命令convert处理图片.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template