简体   繁体   中英

PHP Library similar to GD

Im looking for a PHP library similar to the PHP GD library though having simplified classes.

Any suggestions?

GD is only one library for image processing. PHP also has other library extensions:

  • ImageMagick a native php extension to create and modify images using the ImageMagick API.
  • Gmagick a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.
  • Cairo a native PHP extension to create and modify graphics using the Cairo Graphics Library.
  • Exif With the exif extension you are able to work with image meta data.

Here is comparison: http://kore-nordmann.de/blog/comparision_of_php_image_libraries.html

您是否尝试过ImageMagick

您可以使用像wideimage这样的包装器库,从而简化GD的接口。

我推荐另一个旨在简化GD的项目,称为PHP Image Magician

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM