blob: afcfdb0769db6fd25bd52789fe8f1534562f0231 (
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.d/imagick.ini
and uncomment the line:
; extension=imagick.so
|