Hi all,

Wondering if this is possible: For the a content-type with an imagefield, user uploads one image, and then has the ability to crop this one image for a thumbnail version and a preview version.

Rather than having three imagefields which the user would have to upoad three different copies of the same image?

Like how imagecache works, except manual. (can't use imagecache for this as the client wants control over the crops)

Thanks
Reuben

Comments

yhager’s picture

Status: Active » Closed (duplicate)

This request comes up quite often, and I am still collecting my thoughts about how to implement this in the current module.
I am marking this as duplicate of #210217: Relevance-Enhanced Image Reduction: Better Thumbnails

In the meantime, check out http://drupal.org/project/imagecrop, which uses imagecache to achieve the same result - but might be exactly what you are asking. Let me know if it works for you, I haven't tested this module yet.