Skip to content

Commit ae78932

Browse files
committed
docs: update docs on imagick extentsion
1 parent e92a5d0 commit ae78932

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

system/Images/Handlers/ImageMagickHandler.php

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
/**
2020
* Class ImageMagickHandler
2121
*
22-
* To make this library as compatible as possible with the broadest
23-
* number of installations, we do not use the Imagick extension,
24-
* but simply use the command line version.
25-
*
26-
* hmm - the width & height accessors at the end use the imagick extension.
27-
*
2822
* FIXME - This needs conversion & unit testing, to use the imagick extension
2923
*/
3024
class ImageMagickHandler extends BaseHandler

user_guide_src/source/libraries/images.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ The available Handlers are as follows:
3939
If using the ImageMagick library, you must set the path to the library on your
4040
server in **app/Config/Images.php**.
4141

42-
.. note:: The ImageMagick handler does NOT require the imagick extension to be
43-
loaded on the server. As long as your script can access the library
44-
and can run ``exec()`` on the server, it should work.
42+
.. note:: The ImageMagick handler requires the imagick extension.
4543

4644
*******************
4745
Processing an Image

0 commit comments

Comments
 (0)