blob: a7818a5fc3d7fc17ee8a36c577327a83f5b2858c (
plain)
1
2
3
4
5
6
|
Imagick is a native php extension to create and modify images using
the ImageMagick API.
To enable the imagick extension for php, go to /etc/php/imagick.ini
and uncomment the line:
; extension=imagick.so
|