Posted by nicoz on November 9, 2010 at 4:53pm
2 followers
Jump to:
| Project: | IMCE Crop |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Great module BTW. However, I (and my clients) find it difficult to crop images suing this module because of the width of the crop lines. There are rather thick and difficult to maneuver. See http://drupal.org/project/imagefield_crop for an example of lines to consider. Also, it would be a great feature to be able to adjust the crop lines after you have laid out your crop "crosshairs". e.g. Adjust just the bottom line upwards etc...
Comments
#1
I love this module. I would also love to see the cropping improved. Upload an image greater than 800x600 and try to crop it. You can't see the whole image, so you can't do a proper crop. You have to resize it first, in order to see the entire image, and then crop it right. Most images these days are much larger than 800x600 and the most common monitor size is 1024x768.
Imagefield_crop is a good example of proper cropping, as you can dictate the cropping canvas size, without touching the actual image. I prefer IMCE_crop though because cropping is integrated into the image browser and wysiwyg.
I was going to attempt to scale the image crop canvas with CSS, but noticed that the image dimensions are properties of the IMG element and therefore hard to override.