TuttleOFX
1
|
Base class for the denoising processor. More...
#include <PngWriterProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Public Member Functions | |
PngWriterProcess (PngWriterPlugin &instance) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
template<class Bits > | |
void | writeImage (View &src) |
Protected Attributes | |
PngWriterPlugin & | _plugin |
Rendering plugin. | |
PngWriterProcessParams | _params |
Base class for the denoising processor.
Definition at line 20 of file PngWriterProcess.hpp.
typedef View::value_type tuttle::plugin::png::writer::PngWriterProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 23 of file PngWriterProcess.hpp.
tuttle::plugin::png::writer::PngWriterProcess< View >::PngWriterProcess | ( | PngWriterPlugin & | instance | ) |
Definition at line 19 of file PngWriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::png::writer::PngWriterProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 40 of file PngWriterProcess.tcc.
References tuttle::plugin::merge::copy_pixels(), tuttle::plugin::png::writer::eTuttlePluginBitDepth16, and tuttle::plugin::png::writer::eTuttlePluginBitDepth8.
void tuttle::plugin::png::writer::PngWriterProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 27 of file PngWriterProcess.tcc.
References OFX::RenderArguments::time.
void tuttle::plugin::png::writer::PngWriterProcess< View >::writeImage | ( | View & | src | ) |
Definition at line 79 of file PngWriterProcess.tcc.
References OFX::ePixelComponentAlpha, OFX::ePixelComponentRGB, OFX::ePixelComponentRGBA, tuttle::plugin::png::writer::eTuttlePluginComponentsAuto, tuttle::plugin::png::writer::eTuttlePluginComponentsGray, tuttle::plugin::png::writer::eTuttlePluginComponentsRGB, and tuttle::plugin::png::writer::eTuttlePluginComponentsRGBA.
PngWriterProcessParams tuttle::plugin::png::writer::PngWriterProcess< View >::_params [protected] |
Definition at line 28 of file PngWriterProcess.hpp.
PngWriterPlugin& tuttle::plugin::png::writer::PngWriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 26 of file PngWriterProcess.hpp.