gemini-testing / png-img

Lite libpng wrapper for node.js
MIT License
29 stars 13 forks source link

Cannot read image back as a Buffer #42

Open cameron-martin opened 5 years ago

cameron-martin commented 5 years ago

You can create an image from a Buffer, but it doesn't look like you can read it back as a Buffer, only save it to a file.

What do you think about adding this functionality?

agirorn commented 4 years ago

That is exactly what I need from this module right now ;)