#include <imageio/PPMIO.h>
Inheritance diagram for PPMIO:

Public Member Functions | |
| bool | readImage (const char *filename, Image *&result) |
| bool | writeImage (const char *filename, const Image *image) |
| bool | supportsExtension (const char *extension) |
| void | registerExtensions (DynArray< std::string > &extensions) |
|
||||||||||||
|
Given an Image and a filename, try to create an Image. The system will guarantee that the extension is supported by this plugin.
Implements ImageIO. |
|
||||||||||||
|
Given an Image and a filename, try to write the Image to disk. The system will guarantee that the extension is supported by this plugin.
Implements ImageIO. |
|
|
Determine if this plugin supports the given extension.
Implements ImageIO. |
|
|
Build a list of all the extensions this plugin can support
Implements ImageIO. |
1.4.3