TuttleOFX
1
|
#include <OpenImageIOWriterPlugin.hpp>
Data Fields | |
std::string | _filepath |
filepath | |
ETuttlePluginComponents | _components |
Force RGB. | |
ETuttlePluginBitDepth | _bitDepth |
Output bit depth (real bit depth, not the buffer passed to OpenImageIO) | |
bool | _premultiply |
Output premultiply. | |
int | _quality |
Output quality. | |
int | _orientation |
Output orientation. |
Definition at line 15 of file OpenImageIOWriterPlugin.hpp.
ETuttlePluginBitDepth tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcessParams::_bitDepth |
Output bit depth (real bit depth, not the buffer passed to OpenImageIO)
Definition at line 19 of file OpenImageIOWriterPlugin.hpp.
ETuttlePluginComponents tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcessParams::_components |
Force RGB.
Definition at line 18 of file OpenImageIOWriterPlugin.hpp.
filepath
Definition at line 17 of file OpenImageIOWriterPlugin.hpp.
Referenced by tuttle::plugin::openImageIO::writer::OpenImageIOWriterPlugin::getProcessParams().
Output orientation.
Definition at line 23 of file OpenImageIOWriterPlugin.hpp.
Output premultiply.
Definition at line 21 of file OpenImageIOWriterPlugin.hpp.
Output quality.
Definition at line 22 of file OpenImageIOWriterPlugin.hpp.