File tree 2 files changed +1
-9
lines changed
user_guide_src/source/libraries
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 19
19
/**
20
20
* Class ImageMagickHandler
21
21
*
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
- *
28
22
* FIXME - This needs conversion & unit testing, to use the imagick extension
29
23
*/
30
24
class ImageMagickHandler extends BaseHandler
Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ The available Handlers are as follows:
39
39
If using the ImageMagick library, you must set the path to the library on your
40
40
server in **app/Config/Images.php **.
41
41
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.
45
43
46
44
*******************
47
45
Processing an Image
You can’t perform that action at this time.
0 commit comments