Hi
I'm trying to find a way to have the cropped image not overwrite the original, and instead show up as a second attachment on the node (or maybe just output into a separate directory, similar to imagecache). This way i can have users crop the image to their liking to use as a teaser thumbnail, but use the full original image on the full node view.
Also thanks so much for this module, i'm already using it in a lot of areas and it saves an amazing amount of time.
Comments
Comment #1
yhager commentedThis looks like a (simpler) case of #210217: Relevance-Enhanced Image Reduction: Better Thumbnails.
This request comes often, but I am not sure how to handle it. imagefield_crop is just a widget, and not a field module. As a widget, it cannot add anything to the field storage (like additional images).
Maybe this should not be a widget, but a full field module - I need to consult with imagefield developers on how to approach this.
Thank you for your report.