bmp_to_ppmb, a C++ code which converts an image file from Microsoft BMP format to binary Portable Pixel Map (PPM) format.
The information on this web page is distributed under the MIT license.
bmp_to_ppmb is available in a C++ version.
bmp, a file directory which contains a description and examples of BMP files.
bmp_io, a C++ code which reads or writes BMP graphics files.
ppmb, a file directory which contains a description and examples of binary Portable Pixel Map (PPM) files.
ppmb_to_bmp, a C++ code which converts binary Portable Pixel Map (PPM) files to BMP files.
ppmb_io, a C++ code which reads or writes Portable Pixel Map (PPM) files.