#include <core/ImageIO.h>
Inheritance diagram for ImageIO:

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