Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
image system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 08:46 UTC
Updated:
13 Mar 2014 at 20:45 UTC
Jump to comment: Most recent
Comments
Comment #1
jhodgdonI'm not sure what the problem is with the documentation that you are trying to report -- could you please provide more details of what is wrong with the documentation?
Here's a link to the doc page...
http://api.drupal.org/api/function/image_path_flush/7
Comment #2
eastcn commentedSorry, I have been lazy, I clicked on that link.
In fact, image_path_flush () can not remove all the style of the image. $path variable in the loop is covered.
I think it is this a bug. in the image module.
Comment #3
jhodgdonOK, changing issue title and status as well so the image folks might take a look at it.
Comment #4
jg314 commentedHave there been any updates on this? I can't seem to figure out how to remove the styles from a particular image.
Thanks.
Comment #5
bryancasler commentedCross posting a possibly related issue #1499222: Image not flushed when image_path_flush is called.
Comment #6
seanrI seem to have encountered this myself with Image Javascript Crop. Create a style with the standard core crop. Add content with an image using that style and save. Then add the javascript crop action to the style, above the default crop. Edit the node. I can successfully save crop settings, but the actual image is never updated. Go back and edit the core crop action and save (without changing anything). Now all images get rebuilt and the one with the custom crop is finally correct.
Very annoying, to say the least. ;-)