Static Public Member Functions | |
static std::string | name () |
static bool | knows_ext (const std::string &ext) |
static bool | write (std::ostream &out, const I &im) |
Write im on out according to the pgm format, then return true. | |
Static Public Attributes | |
static const char | pnm_id = (W == WritePnmPlain) ? '2' : '5' |
Definition at line 128 of file pnm_write_2d.hh.