Interface for writing software image data.
More...
#include <IImageWriter.h>
Interface for writing software image data.
Definition at line 25 of file IImageWriter.h.
◆ isAWriteableFileExtension()
| virtual bool irr::video::IImageWriter::isAWriteableFileExtension |
( |
const io::path & |
filename | ) |
const |
|
pure virtual |
Check if this writer can write a file with the given extension.
- Parameters
-
| filename | Name of the file to check. |
- Returns
- True if file extension specifies a writable type.
◆ writeImage()
Write image to file.
- Parameters
-
| file | File handle to write to. |
| image | Image to write into file. |
| param | Writer specific parameter, influencing e.g. quality. |
- Returns
- True if image was successfully written.
The documentation for this class was generated from the following file: