pnmparser.h File Reference

#include <iosfwd>

Include dependency graph for pnmparser.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  media

Functions

void media::load_pnm (const char *filename, media::bmap_data &data)
 Load data in PBM format from the file filename.
void media::load_pnm (std::istream &is, media::bmap_data &data)
 Load data in PBM format from the std::ostream os.
void media::save_pnm (const char *filename, const media::bmap_data &data)
 Save data in PBM format to the file filename.
void media::save_pnm (std::ostream &os, const media::bmap_data &data)
 Save data in PBM format to the std::ostream os.


Detailed Description

load/save pnm images (i.e., pbm, pgm, ppm)

Definition in file pnmparser.h.


The software described here is Copyright (c) 1998-2005, Rob Peters.
This page was generated Wed Dec 3 06:51:07 2008 by Doxygen version 1.5.5.