Hi,

instead of resizing images manually it would be nice to be able to select a ImageCache Preset which modifies directly the path in the url field. At the moment I add "imagecache/presetfolder/" by hand, but I can't get others to remember this.

Tekl

Comments

citrustree’s picture

This would be a great feature indeed.

wwalc’s picture

Anyone willing to try creating a patch? :)

wwalc’s picture

Status: Active » Postponed
samchok’s picture

subscribe

jcisio’s picture

What I currently do is to use the image_resize_filter to resize the image. Better, I modify that module so that it use different imagecache preset for different align tag. Please check out #672770: Default size by alignment and #728346: Resize images based on predefined size..

CKEditor use style for alignment. I don't know how to set it to use the class (class="image-left/right/center"). If this is possible, we set a max-width for those classes, and have the images display the same size when viewing the node.

The idea of using the filter instead of a client-side plugin is that user does not always use the richtext editor. They can insert an image on a plaintext editor.

dczepierga’s picture

Status: Postponed » Closed (won't fix)

ImageCache project is dead so we don't add support for it.

Greetings

Wolfgang Reszel’s picture

But the image styles use the same technics with paths.

jpamental’s picture

ImageCache isn't dead - it's just moved into core. We still have the same issues - it's a shame there isn't more interest in solving the problem. I know I'd contribute but don't really have the skills to start it off.

Jason