benjaminadk / gif-encoder-2

Encode GIFs with Node
The Unlicense
58 stars 18 forks source link

Allow passing in PNG buffers or Base64'd PNG strings to addFrame #2

Open TomasHubelbauer opened 4 years ago

TomasHubelbauer commented 4 years ago

Hi, I'd like to request a feature be added where we can directly pass a Buffer containing image data or a Base64 string containing image data to addImage. canvas could still be used behind the scenes to get the image pixels, but the API would be neater for it.