bmp_to_ppmb


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

Usage:

bmp_to_ppmb 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_ppmb is available in a C++ version.

Related Data and Programs:

bmp_to_ppmb_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.

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.

Reference:

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

Source Code:


Last revised on 28 October 2024.