利用jquery Jcrop和 php实现截图功能
项目中用到了一个上传头像的功能,需要进行无刷新的图片上传,并对上传后的图片进行用户要求的截图,无刷新上传我就不说了,用的Juploader,相信大家并不陌生,重点讲一下jcron和php配置实现图片的截取的功能,好了,言归正传。首先介绍一下jcron的用法,我就不一一解释了,我们只看最经常用的到截图功能:
Option Name Value Type Description Default aspectRatiodecimalAspect ratio of w/h (e.g. 1 for square)n/aminSizearray [ w, h ]Minimum width/height, use 0 for unbounded dimensionn/amaxSizearray [ w, h ]Maximum width/height, use 0 for unbounded dimensionn/asetSelectarray [ x, y, x2, y2 ]Set an initial selection arean/abgColorcolor valueSet color of background container'black'bgOpacitydecimal 0 - 1Opacity of outer image when cropping.6选取时的回调方法截完图之后: