#include <c4d_filterdata.h>
Public Member Functions | |
virtual | ~BitmapSaverData () |
virtual IMAGERESULT | Save (const Filename &name, BaseBitmap *bm, BaseContainer *data, SAVEBIT savebits)=0 |
A data class for bitmap savers plugins.
|
virtual |
Default destructor.
|
pure virtual |
Saves a bitmap to a file.
[in] | name | The name of the file to save. |
[in] | bm | The bitmap to save the image from. The caller owns the pointed bitmap. |
[in] | data | The settings for the bitmap saver plugin. These settings are stored with the general preferences. The caller owns the pointed container. |
[in] | savebits | The flags for saving the bitmap: SAVEBIT |