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_2_PPMB is a C++ program which converts BMP files to binary PPM files.
PBMB_IO is a C++ library for reading binary PBM files (black/white).
PGMB_IO is a C++ library for reading binary PGM files (grayscale).
PPMA_IO is a C++ library for reading ASCII PPM files.
PPMA_2_PPMB is a C++ program which converts ASCII PPM files to binary PPM files.
PPMB_2_BMP is a C++ program which converts binary PPM files to BMP files.
PPMB_2_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.