Conjuring API
Posted by heine on July 4, 2006 at 12:09pm
ImageMagick integration for Drupal
from http://drupal.org/node/61133
- Become familiar with the following items: Imagemagick, File API, Image API , Form API
- Identify x image manipulation actions that could be automated.
- Identify what processes are required, and how to accomplish them using ImageMagick.
- Develop functions for each of the operations, clearly documenting their use and parameters.
- Develop a hook that allows a developer to define 'effects', by specifying a series of operations
to be called on an image, and a set of parameters.
