PPMB_IO is a C++ library which reads and writes files in the binary PPM format for 2D color graphics information.
There are many graphics programs, such as XV and GIMP, that can display images in this format, or translate them to other formats such as BMP, GIF, JPEG, MacPaint, X Window, and so on.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BMP_TO_PPMB is a C++ program which converts BMP files to binary PPM files.
PBMB_IO is a C++ library which can read or write binary PBM files (black/white).
PGMB_IO is a C++ library which can read or write binary PGM files (grayscale).
PPMA_IO is a C++ library which can read or write ASCII PPM files.
PPMA_TO_PPMB is a C++ program which converts ASCII PPM files to binary PPM files.
PPMB_TO_BMP is a C++ program which converts binary PPM files to BMP files.
PPMB_TO_PPMA is a C++ program which converts binary PPM files to ASCII PPM files.
You can go up one level to the C++ source codes.