Here is version of ImageMagick raw action working on Drupal 7 (Beta 3 2010-11-13).

I had this version working well with ImageAPI for Drupal 7 (To make ImageAPI work on D7 Beta 3 2010-11-13, see that issue : #989130: No image_info function leading to a "division by zero" message).

There is still a missing cache flush on module enable/disable. To flush image cache when disabling or re-enabling module, you have to update effects using im_raw.

Comments

adrinux’s picture

NIce! I've been dreading updating this module to d7, what with imageapi and imagecache both having moved into core, thanks for taking the time to look at it.
Might take me a few days to look at it properly...

adrinux’s picture

Category: feature » task
Status: Active » Needs work
StatusFileSize
new6.72 KB

Attached is pyrollo's work in the form of a patch. Still some work todo, and I haven't even tested this yet.

adrinux’s picture

Assigned: Unassigned » adrinux
Status: Needs work » Fixed

@pyrollo I've committed the patch I made with your changes, and am about to make a dev release for drupal-7, thanks.

pyrollo’s picture

That's good news for Imagemagick and Drupal 7 !

pyrollo’s picture

There seems to be a new module for Imagemagick which aims to replace ImageAPI Imagemagick Toolkit (See #1028876: Future of ImageMagick toolkit).

I tested IM_Raw on Drupal 7 with this new imagemagick module and it works. The only things I changed in order to get it work are the dependencies information in the .info file.

adrinux’s picture

Yeah @sun let me know about the changes. Have just committed changes to the readme and info file to cover that, and am about to update the project page.

Status: Fixed » Closed (fixed)

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