开发者

What are the most used PHP image manipulation classes?

开发者 https://www.devze.com 2023-01-14 22:28 出处:网络
I am a newbie with php and I want to play with php and images uploaded. What are the most used PHP image manipulation cla开发者_Go百科sses ?If you\'re just starting I\'d suggest taking a look at the

I am a newbie with php and I want to play with php and images uploaded.

What are the most used PHP image manipulation cla开发者_Go百科sses ?


If you're just starting I'd suggest taking a look at the GD functions. They come with PHP (assuming you have GD enabled).

If you need more power then there's ImageMagick, but you have to install it yourself.


Most used is hard to find but a large list of php classes can be found here:

http://phpclasses.fonant.com/browse/class/11.html

You can do alot with the built in GD graphics library:

http://php.net/manual/en/book.image.php


I am building an easy to use OO image manipulation library with intuitive API. Its publicly available on GitHub - https://github.com/avalanche123/Imagine

0

精彩评论

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

关注公众号