bitmap-js
bitmap-js copied to clipboard
Read and create bitmap image files in Node
Feature Request #4 - Adds function to access the bitmap buffer
createBitmapBuffer if the same createBitmapFile, but it returns the buffer instead of writing the bitmp to a a file, I need it to return a buffer.
Bitmaps with a negative height sets the origin to the top left. ~~I am working on a pull request.~~ #3
I'm perusing for tools to read bitmap file content, and stumbled on this. Neat! In the web, reading a bitmap file can yield an `ArrayBuffer` with the binary data, like...