saschanaz / libflif.js

Another trial to get FLIF to the web platform
ISC License
41 stars 2 forks source link

Use ImageBitmap instead of Blob on AnimationDirector #17

Open saschanaz opened 7 years ago

saschanaz commented 7 years ago

It should lower CPU usage.

saschanaz commented 7 years ago

Use of ImageBitmap prevents using img and forces canvas. It should be optional.