5#ifndef _I_IMAGE_WRITER_H_INCLUDED__
6#define _I_IMAGE_WRITER_H_INCLUDED__
IReferenceCounted()
Constructor.
Interface providing write access to a file.
Interface for software image data.
Interface for writing software image data.
virtual bool writeImage(io::IWriteFile *file, IImage *image, u32 param=0) const =0
Write image to file.
virtual bool isAWriteableFileExtension(const io::path &filename) const =0
Check if this writer can write a file with the given extension.
File containing useful basic utility functions.
This namespace provides interfaces for input/output: Reading and writing files, accessing zip archive...
core::string< fschar_t > path
Type used for all file system related strings.
The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done ...
Everything in the Irrlicht Engine can be found in this namespace.
unsigned int u32
32 bit unsigned variable.