Path: blob/master/node_modules/bmp-js/README.md
2591 views
bmp-js
A pure javascript Bmp encoder and decoder for node.js
Supports all bits decoding(1,4,8,16,24,32) and encoding with 24bit.
##Install
How to use?
###Decode BMP
bmpData has all properties includes:
fileSize,reserved,offset
headerSize,width,height,planes,bitPP,compress,rawSize,hr,vr,colors,importantColors
palette
data-------byte array order by ABGR ABGR ABGR,4 bytes per pixel
###Encode RGB
License
U can use on free with MIT License