diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-12-16 21:44:50 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-16 21:45:14 +0100 |
commit | de6041627c2629bea001f10f27604f8fa0a615f6 (patch) | |
tree | 3d58a51afbac11aa2c66fd4ce3ebdb251ce1ea29 /libraries/php-imagick/README | |
parent | e1412c43cfb78c76547aed5b1e6d24f427980ae3 (diff) | |
download | slackbuilds-de6041627c2629bea001f10f27604f8fa0a615f6.tar.gz |
libraries/php-imagick: Renamed from imagick, script cleanup.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 |