Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/imagemagick
https://github.com/amazeelabs/imagemagick
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amazeelabs/imagemagick
- Owner: AmazeeLabs
- Created: 2023-07-28T06:58:25.000Z (over 1 year ago)
- Default Branch: amazee_fixes
- Last Pushed: 2023-07-28T06:58:39.000Z (over 1 year ago)
- Last Synced: 2024-04-23T14:06:26.232Z (9 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-- 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