CrystalSpace

Public API Reference

csDebugImageWriter Class Reference

Helper class allowing in debug builds for to quickly dump an iImage object onto disk for visual inspection. More...

#include <cstool/debugimagewriter.h>

List of all members.

Static Public Member Functions

static void DebugImageWrite (iImage *image, const char *filename,...)
 Write an image onto disk.

Detailed Description

Helper class allowing in debug builds for to quickly dump an iImage object onto disk for visual inspection.

Note:
Only works in debug builds.

Definition at line 39 of file debugimagewriter.h.


Member Function Documentation

static void csDebugImageWriter::DebugImageWrite ( iImage image,
const char *  filename,
  ... 
) [inline, static]

Write an image onto disk.

Parameters:
image The image to be written.
filename The VFS name of the file to be written.
Remarks:
filename is a string with printf() style format specifiers.
If filename does not contain an absolute VFS path, it will be treated as relative to "/tmp/".
See also:
Notes about string formatting in Crystal Space

Definition at line 61 of file debugimagewriter.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1