I'm unclear on what this module does. I thought it would give me additional actions like blur etc. in my image styles settings. Am I doing something wrong or is that not how it works?

Comments

drupik’s picture

Its adds suport for imagemagick and graphicsmagick libraries instead of PHP's default GD library.

MGParisi’s picture

Imagemagick is much better then GD, its not default because not all hosting companies have imagemagick installed. But no it does not include filters, resizing, cropping, etc... Other modules provide that functionality like http://drupal.org/project/imagefield_crop

gthing’s picture

Thanks for the replies.

I'm not trying to create a user interface for imagemagick effects, I'm trying to use them for image presets. Is there a module that will let me do that?

sun’s picture

Status: Active » Fixed

ImageMagick supports resizing and cropping and other effects that can be used e.g. for Image module's image style presets.

However, as others have mentioned, you need the imagemagick package/binaries on your server.

gthing’s picture

I found what I was looking for here: http://drupal.org/project/imagecache_actions

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.