前兩天寫了安全相關的問題
今天就來寫寫不小心認識到的函式庫吧
ImageMagick 是個純C的函式庫
官網 官方repo github-mirror gitlab-mirror
這種程式語言都有相關的串接方式
PHP則是有改寫成 Extension
官方有列出三個PHP相關的串接專案
- MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
- IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
- phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick’s power by issuing system calls to it’s command-line programs.
其他語言就大家自己多多研究了!!
PS:想看更多就期待我有機會寫範例吧