From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/classirr_1_1video_1_1_i_image_writer.html | 226 +++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 doc/html/classirr_1_1video_1_1_i_image_writer.html (limited to 'doc/html/classirr_1_1video_1_1_i_image_writer.html') diff --git a/doc/html/classirr_1_1video_1_1_i_image_writer.html b/doc/html/classirr_1_1video_1_1_i_image_writer.html new file mode 100644 index 0000000..ab68c29 --- /dev/null +++ b/doc/html/classirr_1_1video_1_1_i_image_writer.html @@ -0,0 +1,226 @@ + + + + +Irrlicht 3D Engine: irr::video::IImageWriter Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::IImageWriter Class Reference
+
+
+ +

Interface for writing software image data. + More...

+ +

#include <IImageWriter.h>

+
+ + Inheritance diagram for irr::video::IImageWriter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Interface for writing software image data.

+ +

Definition at line 25 of file IImageWriter.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual bool irr::video::IImageWriter::isAWriteableFileExtension (const io::pathfilename) const [pure virtual]
+
+
+ +

Check if this writer can write a file with the given extension.

+
Parameters:
+ + +
filenameName of the file to check.
+
+
+
Returns:
True if file extension specifies a writable type.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual bool irr::video::IImageWriter::writeImage (io::IWriteFilefile,
IImageimage,
u32 param = 0 
) const [pure virtual]
+
+
+ +

Write image to file.

+
Parameters:
+ + + + +
fileFile handle to write to.
imageImage to write into file.
paramWriter specific parameter, influencing e.g. quality.
+
+
+
Returns:
True if image was successfully written.
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.2.3-70-g09d2