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
Screenshot

Comments

bryancasler’s picture

Category: bug » support

The 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?

nils.destoop’s picture

Title: Conflict the cropping module » Image not flushed when image_path_flush is called.
Category: support » bug

Looks like the images are not beïng flushed when image_path_flush() is beïng called. Changing this to a bug report.

bryancasler’s picture

If 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);

n1k’s picture

Status: Active » Closed (won't fix)

Doesn't seem to be a problem with the module itself since it occurs on different modules.