trepmag / jrac

jQuery Resize And Crop (jrac) is a jQuery plugin that build a viewport around a given image permitting to visually resize an image and place a crop
GNU General Public License v2.0
137 stars 50 forks source link

jrac crop #11

Closed blingesh closed 12 years ago

blingesh commented 12 years ago

How to crop the image using the crop element?

trepmag commented 12 years ago

jrac doesn't do the crop on its own, it just help to define coordinate that could be transmitted to a server side library which would do the effective crop (eg, some popular server side libraries for php : GD Graphics Library, ImageMagick, etc...).