ppmb_to_ppma


ppmb_to_ppma, a C++ code which converts a binary Portable Pixel Map (PPM) file to an ASCII PPM file.

Usage:

ppmb_to_ppma file.ppmb file.ppma
reads the information in the binary PPM file file.ppmb and rewrites it to the ASCII PPM file file.ppma.

Licensing:

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

Languages:

ppmb_to_ppma is available in a C++ version.

Related Data and codes:

ppmb_to_ppma_test

i2_binary_to_ascii, a C++ code which converts a file of short int (I2) data from binary to ASCII format.

ppma, a data directory which contains a description and examples of the ASCII PPM format.

ppma_io, a C++ code which reads and writes files in the ASCII PPM format.

ppmb, a data directory which contains a description and examples of the binary PPM format.

ppmb_io, a C++ code which reads and writes files in the binary PPM format.

Reference:

  1. https://netpbm/sourceforge.net/
    the NETPBM homepage.

Source Code:


Last revised on 30 October 2024.