1.0.13 • Published 3 years ago

@anzerr/bmp.util v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Intro

GitHub Actions status | publish

Util to encode and decode bmp in nodejs

Install

npm install --save git+https://github.com/anzerr/bmp.util.git
npm install --save @anzerr/bmp.util

Example

const bmp = require('bmp.util');
let data = fs.readFileSync('image.bmp');
let decode = bmp.decode(data);
let encode = bmp.encode(decode);
fs.writeFileSync('copy.bmp', encode.data);
1.0.13

3 years ago

1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

6 years ago

1.0.3

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago