acornejo / jquery-cropbox

jQuery Cropbox plugin
http://acornejo.github.io/jquery-cropbox/
MIT License
345 stars 82 forks source link

getDataURL() not exactly as shown #58

Open zanzone opened 10 years ago

zanzone commented 10 years ago

I'm trying to crop image from select a file but after I user getDataURL() ,the image(base64) is not exactly as shown

= == ==== before ====== https://drive.google.com/file/d/0BwRNhUad2oRdSkJzUnNicnNKWnc/edit?usp=sharing

======== after ======== https://drive.google.com/file/d/0BwRNhUad2oRdN2Qzb3hjSHlKcEE/edit?usp=sharing

I'm rookie for programming