Closed (fixed)
Project:
ImageMagick Raw Effect
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Dec 2010 at 10:57 UTC
Updated:
14 Feb 2011 at 11:50 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 989520-pyrollo-im_raw-for-d7-01.patch | 6.72 KB | adrinux |
| im_raw.tar_.gz | 1.24 KB | pyrollo |
Comments
Comment #1
adrinux commentedNIce! 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...
Comment #2
adrinux commentedAttached is pyrollo's work in the form of a patch. Still some work todo, and I haven't even tested this yet.
Comment #3
adrinux commented@pyrollo I've committed the patch I made with your changes, and am about to make a dev release for drupal-7, thanks.
Comment #4
pyrollo commentedThat's good news for Imagemagick and Drupal 7 !
Comment #5
pyrollo commentedThere 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.
Comment #6
adrinux commentedYeah @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.