BMP_TO_PPMA is a C++ program which converts a Microsoft BMP file to an ASCII Portable Pixel Map (PPM) file.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BMP_TO_PPMA is available in a C++ version.
BMP, a file directory which contains a description and examples of BMP files.
BMP_IO, a C++ library which reads or writes BMP graphics files.
PPMA, a file directory which contains a description and examples of ASCII Portable Pixel Map (PPM) files.
PPMA_TO_BMP, a C++ program which converts ASCII Portable Pixel Map (PPM) files to BMP files.
PPMA_IO, a C++ library which reads or writes Portable Pixel Map (PPM) files.
You can go up one level to the C++ source codes.