scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

Export #12

Closed naldojr closed 10 years ago

naldojr commented 10 years ago

tentei utilizar a função export para enviar a imagem para o src de uma e o crohme retorna o seguinte erro: Uncaught TypeError: Cannot read property 'w' of undefined jquery.cropit.min.js:10.

estou carregando os 2 javascripts e o plugin já está até funcionando, porém não consigo exportar a imagem recortada.

$('#img_hid').src=$('#editor1').cropit('export', { type: 'image/jpeg', quality: .9, originalSize: true });

scottcheng commented 10 years ago

This is weird. Is everything else (dragging, zooming, selecting image) working as expected? Have you loaded an image before calling export?

Also, I'd appreciate it if you could write in English next time.