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 pbm format, then return true. | |
Static Public Attributes | |
static const char | pnm_id = (W == WritePnmPlain) ? '1' : '4' |
Definition at line 78 of file pnm_write_2d.hh.