open the original bitmap file using fs and read it into a buffer convert the buffer header data into a Javascript Object (using constructors) run a transform on the buffer directly write the buffer to ...
A bitmap image is a digital image format that is comprised of a grid of pixels, each of which represents a specific color that, when combined, create an image. The term “bitmap” comes from the fact ...