jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

fix crop issue #105

Open xiaodoudou opened 5 years ago

xiaodoudou commented 5 years ago

Missing parameters to drawImage which result to a cropping of the image when size of video element is different from target size.

Cheers,