Is there a way to use Imagecache ("Image Styles") as the image sizer instead of the built-in settings in IMCE? Since it's in core in D7 and can both scale and crop at the same time, I'd love to use it.

Thanks for maintaining IMCE!

Comments

ufku’s picture

Status: Active » Closed (won't fix)

You can disable IMCE thumbnails and use something like this for imagecache thumbnails. Any imagecache URL can be derived from the image URL that IMCE provides.

mErilainen’s picture

Could this be included as a button in IMCE by default? It's sooooo much easier to use than the very advanced dialogue which IMCE offers now, where you can do almost anything to the img element. Another very important point is that there is no fixed width nor height, so it will be "responsive ready" also.

inversed’s picture

Just a heads up that the referenced code for using imagecache thumbnails will no longer work after Drupal 7.20 because it does not include a token in the URL.

yingtho’s picture

Issue summary: View changes

I have added a module in the sandbox that allow you to use image style on IMCE upload, please see https://www.drupal.org/sandbox/yingtho/2299505