rsantamaria / papercrop

An easy extension for Paperclip to crop your image uploads using jCrop.
203 stars 83 forks source link

Added ability to set minimum and maximum crop size #18

Closed ezuhaib closed 7 years ago

ezuhaib commented 10 years ago

If we do not set a minimum crop size, users can crop down to any size, resulting in paperclip having to upscale the small cropped images thereby reducing quality.

Also, setting initial crop area to maximum possible width for improved user experience.

Shall write tests later.