aewebsolutions / rcrop

Responsive Cropper is a full responsive JQuery plugin that lets you select an area from an image and prepare crop information to send it to the server.
MIT License
47 stars 23 forks source link

Crop the image bigger than image size #16

Open isparkRavi opened 4 years ago

isparkRavi commented 4 years ago

I am using your jQuery Plugin rcrop (Its wonderful) https://github.com/aewebsolutions/rcrop but the issue is that my image size is (1000X535 pixel) but i want to crop more than image size. For example : i want to crop image with (15000X12000 pixel) here in this case your plugin didn't work. I want something like https://jamesooi.design/Croppr.js/ , is it possible with your existing plugin ?