Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image resize with Crop [closed]

I want to create a function that after an image upload, will allow a user to resize an image. But the image must be behind a crop frame and the user must be able to drag/move/resize the image behind the crop frame. enter image description here Here is a screenshot of what I am thinking of.

Please can anyone point me in the right direction. Thanks

like image 815
Clinton Green Avatar asked Nov 18 '11 01:11

Clinton Green


2 Answers

I'd give JRAC a look. Their demo page seems to cover your use case almost exactly.

like image 140
fncomp Avatar answered Sep 24 '22 20:09

fncomp


It's probably to late for response but try this if you want to do that automaticaly: http://code.google.com/p/resize-crop/

like image 39
Nicolas Avatar answered Sep 23 '22 20:09

Nicolas