Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Currently I use EPSA crop for cropping images as it uses the same image field without making a new one. What are the list of image cropping modules out there that provide a similar functionality? Epsa crop gives me the ability to crop different sized images for different image styles.

share|improve this question
Sorry but questions asking for 'lists' of anything are automatically off-topic on any Stack Exchange site. Q+A is Hard, Let's Go Shopping!..‌​. – Clive Feb 28 at 14:14

closed as not constructive by Clive Feb 28 at 14:14

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

You can use the Image Javascript Crop Module.

This module makes an Imagecache 2 (D6) or Styles (D7) 'javascript crop' toolbox action available for use with several modules.

share|improve this answer

There is more powerful Imagefield Crop module.

imagefield_crop provides a widget for cropping an image after upload.

It saves a cropped image rather than using some Imagecache 2 (D6) or Styles (D7) things on image.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.