ppmb_to_bmp


ppmb_to_bmp, a C++ code which converts a binary PPM file to a Microsoft BMP file.

Usage:

ppmb_to_bmp file.ppmb file.bmp
reads data from file.ppmb and creates an equivalent graphics file in file.bmp.

Licensing:

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

Languages:

ppmb_to_bmp is available in a C++ version.

Related Data and codes:

ppmb_to_bmp_test

bmp, a data directory which contains a description and examples of BMP files.

bmp_to_ppmb, a C++ code which converts BMP files to PPMB files.

bmp_io, a C++ code which contains many routines required by PPMA_TO_BMP.

ppmb, a data directory which contains a description and examples of PPMB files.

ppmb_io, a C++ code which contains many routines required by PPMB_TO_BMP.

Reference:

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

Source Code:


Last revised on 30 October 2024.