 |
Irrlicht 3D Engine
|
|
Go to the documentation of this file.
5 #ifndef _I_IMAGE_WRITER_H_INCLUDED__
6 #define _I_IMAGE_WRITER_H_INCLUDED__
44 #endif // _I_IMAGE_WRITER_H_INCLUDED__
Interface for writing software image data.
virtual bool writeImage(io::IWriteFile *file, IImage *image, u32 param=0) const =0
Write image to file.
Interface for software image data.
Base class of most objects of the Irrlicht Engine.
Interface providing write access to a file.
File containing useful basic utility functions.
virtual bool isAWriteableFileExtension(const io::path &filename) const =0
Check if this writer can write a file with the given extension.
Everything in the Irrlicht Engine can be found in this namespace.
unsigned int u32
32 bit unsigned variable.