bmp_to_ppma


bmp_to_ppma, a C++ code which converts an image file from Microsoft BMP format to ASCII Portable Pixel Map (PPM) format.

Usage:

bmp_to_ppma file.bmp file.ppm
reads data from file.bmp and creates an equivalent graphics file in file.ppm.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

bmp_to_ppma is available in a C++ version.

Related Data and Programs:

bmp_to_ppma_test

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.

ppma, a file directory which contains a description and examples of ASCII Portable Pixel Map (PPM) files.

ppma_to_bmp, a C++ code which converts ASCII Portable Pixel Map (PPM) files to BMP files.

ppma_io, a C++ code which reads or writes Portable Pixel Map (PPM) files.

Reference:

  1. Microsoft Corporation,
    Microsoft Windows Programmer's Reference,
    Volume 5; Messages, Structures, and Macros,
    Microsoft Press, 1993.
  2. http://netpbm.sourceforge.net
    the NETPBM homepage.

Source Code:


Last revised on 28 October 2024.