shaozilee / bmp-js

A pure javascript BMP encoder and decoder for node.js
MIT License
87 stars 46 forks source link

Correcting problems with row and file padding #31

Open pmkevans opened 4 years ago

pmkevans commented 4 years ago

The row padding calculation only worked for images with an even number of pixels in each row. Third party drawing tools also align file sizes on 4 bytes so I put that in too.