#include "puma2config.h"#include "ImageWriter.h"#include "PumaException.h"#include "PumaMessages.h"#include <cstdio>#include <cerrno>#include <cstring>
Go to the source code of this file.
Defines | |
| #define | USE_BUILTIN_PNM_WRITER 1 |
Functions | |
| static bool | writeImageColorBuiltinPNM (const ColorImageRGB8 &img, string &filename) |
| static bool | writeImageGrayBuiltinPNM (const GrayLevelImage8 &img, string &filename) |
| #define USE_BUILTIN_PNM_WRITER 1 |
Definition at line 24 of file ImageWriter.cpp.
| static bool writeImageColorBuiltinPNM | ( | const ColorImageRGB8 & | img, |
| string & | filename | ||
| ) | [static] |
Definition at line 232 of file ImageWriter.cpp.
| static bool writeImageGrayBuiltinPNM | ( | const GrayLevelImage8 & | img, |
| string & | filename | ||
| ) | [static] |
Definition at line 129 of file ImageWriter.cpp.