You are here

README.txt in ImageMagick 7

Same filename and directory in other branches
  1. 8 README.txt
-- SUMMARY --

Provides ImageMagick integration.

For a full description of the module, visit the project page:
  http://drupal.org/project/imagemagick
To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/imagemagick


-- REQUIREMENTS --

* ImageMagick (http://www.imagemagick.org) needs to be installed on your server
  and the convert binary needs to be accessible and executable from PHP.

* The PHP configuration must allow invocation of proc_open() (which is
  security-wise identical to exec()).

Consult your server administrator or hosting provider if you are unsure about
these requirements.


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* Go to Administration » Configuration » Media » Image toolkit and change the
  image toolkit to ImageMagick.

* If the convert binary cannot be found in the default shell path, you need to
  enter the full path to ImageMagick's convert executable, including the
  filename itself.


-- CONTACT --

Current maintainers:
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136

File

README.txt
View source
  1. -- SUMMARY --
  2. Provides ImageMagick integration.
  3. For a full description of the module, visit the project page:
  4. http://drupal.org/project/imagemagick
  5. To submit bug reports and feature suggestions, or to track changes:
  6. http://drupal.org/project/issues/imagemagick
  7. -- REQUIREMENTS --
  8. * ImageMagick (http://www.imagemagick.org) needs to be installed on your server
  9. and the convert binary needs to be accessible and executable from PHP.
  10. * The PHP configuration must allow invocation of proc_open() (which is
  11. security-wise identical to exec()).
  12. Consult your server administrator or hosting provider if you are unsure about
  13. these requirements.
  14. -- INSTALLATION --
  15. * Install as usual, see http://drupal.org/node/70151 for further information.
  16. -- CONFIGURATION --
  17. * Go to Administration » Configuration » Media » Image toolkit and change the
  18. image toolkit to ImageMagick.
  19. * If the convert binary cannot be found in the default shell path, you need to
  20. enter the full path to ImageMagick's convert executable, including the
  21. filename itself.
  22. -- CONTACT --
  23. Current maintainers:
  24. * Daniel F. Kudwien (sun) - http://drupal.org/user/54136