diff options
Diffstat (limited to 'libraries/php-imagick/README')
-rw-r--r-- | libraries/php-imagick/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/php-imagick/README b/libraries/php-imagick/README new file mode 100644 index 0000000000..a7818a5fc3 --- /dev/null +++ b/libraries/php-imagick/README @@ -0,0 +1,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 |