meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Performance on files 2MB+ photo #82

Closed calebeaires closed 11 years ago

calebeaires commented 11 years ago

CamanJS is not designed to work on HiRes images? If you have an idea to implement high performance calculation for big images that'd be great.

Is there any way to be faster?

meltingice commented 11 years ago

Try doing at the beginning of your script:

Caman.allowRevert = false;