Closed (won't fix)
Project:
Adaptive Image
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2012 at 08:36 UTC
Updated:
31 Jan 2013 at 10:58 UTC
It appears that this module now works with the 2.x branch of media, but it's still acting funny when used with another cropping module.
Basically the image gets properly set once it's cropped, but doesn't change once the crop is changed after that.
#1144878: Image crop will not save
Example of my image style

Comments
Comment #1
bryancasler commentedThe cropping module works by itself, and the adaptive image module works by itself. But, when I combine them together, the cropping breaks. Any idea's about how I could get these two wonderful modules working together?
Comment #2
nils.destoop commentedLooks like the images are not beïng flushed when image_path_flush() is beïng called. Changing this to a bug report.
Comment #3
bryancasler commentedIf the issue below is related than it might mean a possible bug in core's image module.
Issue:
image_path_flush cannot remove the style of the image
Documentation:
http://api.drupal.org/api/drupal/modules!image!image.module/function/ima...
Examples:
image_path_flush($file->uri);
image_path_flush($src->uri);
Comment #4
n1k commentedDoesn't seem to be a problem with the module itself since it occurs on different modules.