TuttleOFX
1
|
OpenImageIO writer. More...
#include <OpenImageIOWriterPlugin.hpp>
Public Member Functions | |
OpenImageIOWriterPlugin (OfxImageEffectHandle handle) | |
OpenImageIOWriterProcessParams | getProcessParams (const OfxTime time) |
void | render (const OFX::RenderArguments &args) |
The overridden render function. | |
Data Fields | |
OFX::ChoiceParam * | _components |
Choose components RGBA/RGB. | |
OFX::IntParam * | _quality |
OFX::ChoiceParam * | _orientation |
OpenImageIO writer.
Definition at line 29 of file OpenImageIOWriterPlugin.hpp.
tuttle::plugin::openImageIO::writer::OpenImageIOWriterPlugin::OpenImageIOWriterPlugin | ( | OfxImageEffectHandle | handle | ) |
Definition at line 12 of file OpenImageIOWriterPlugin.cpp.
References _components, _orientation, _quality, OFX::ParamSet::fetchChoiceParam(), OFX::ParamSet::fetchIntParam(), tuttle::plugin::openImageIO::writer::kParamOutputOrientation, tuttle::plugin::openImageIO::writer::kParamOutputQuality, and tuttle::plugin::kTuttlePluginChannel.
OpenImageIOWriterProcessParams tuttle::plugin::openImageIO::writer::OpenImageIOWriterPlugin::getProcessParams | ( | const OfxTime | time | ) |
Definition at line 20 of file OpenImageIOWriterPlugin.cpp.
References _components, tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcessParams::_filepath, _orientation, tuttle::plugin::WriterPlugin::_paramBitDepth, tuttle::plugin::WriterPlugin::_paramPremult, _quality, tuttle::plugin::WriterPlugin::getAbsoluteFilenameAt(), OFX::IntParam::getValue(), OFX::ChoiceParam::getValue(), and OFX::BooleanParam::getValue().
void tuttle::plugin::openImageIO::writer::OpenImageIOWriterPlugin::render | ( | const OFX::RenderArguments & | args | ) | [virtual] |
The overridden render function.
[in] | args | Rendering parameters |
Reimplemented from tuttle::plugin::WriterPlugin.
Definition at line 38 of file OpenImageIOWriterPlugin.cpp.
Choose components RGBA/RGB.
Definition at line 39 of file OpenImageIOWriterPlugin.hpp.
Referenced by getProcessParams(), and OpenImageIOWriterPlugin().
Definition at line 41 of file OpenImageIOWriterPlugin.hpp.
Referenced by getProcessParams(), and OpenImageIOWriterPlugin().
Definition at line 40 of file OpenImageIOWriterPlugin.hpp.
Referenced by getProcessParams(), and OpenImageIOWriterPlugin().