Skip to content

docs: update docs on imagick extentsion #6312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions system/Images/Handlers/ImageMagickHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
/**
* Class ImageMagickHandler
*
* To make this library as compatible as possible with the broadest
* number of installations, we do not use the Imagick extension,
* but simply use the command line version.
*
* hmm - the width & height accessors at the end use the imagick extension.
*
* FIXME - This needs conversion & unit testing, to use the imagick extension
*/
class ImageMagickHandler extends BaseHandler
Expand Down
4 changes: 1 addition & 3 deletions user_guide_src/source/libraries/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ The available Handlers are as follows:
If using the ImageMagick library, you must set the path to the library on your
server in **app/Config/Images.php**.

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

*******************
Processing an Image
Expand Down