#include <iosfwd>
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. |
Definition in file pnmparser.h.