|
Katana Plug-in APIs 0.1
|
A render action which renders to a temporary location and then performs a conversion based on the input parameters which include convert settings attributes. The converted file is then copied to the target location. More...
#include <CopyAndConvertRenderAction.h>
Public Member Functions | |
| CopyAndConvertRenderAction (const std::string &renderTargetLocation, const std::string &tempRenderLocation, bool clampOutput, bool colorConvert, const std::string &computeStats, const RenderSettings::AttributeSettings &convertSettings) | |
A render action which renders to a temporary location and then performs a conversion based on the input parameters which include convert settings attributes. The converted file is then copied to the target location.
| Foundry::Katana::Render::CopyAndConvertRenderAction::CopyAndConvertRenderAction | ( | const std::string & | renderTargetLocation, |
| const std::string & | tempRenderLocation, | ||
| bool | clampOutput, | ||
| bool | colorConvert, | ||
| const std::string & | computeStats, | ||
| const RenderSettings::AttributeSettings & | convertSettings | ||
| ) |
| renderTargetLocation | The file location which is read and displayed in the monitor. |
| tempRenderLocation | The file location which is rendered to and then copied to the target location. |
| clampOutput | Post-render, clamp negative rgb values to 0, and clamp alpha values to 0-1. |
| colorConvert | Post-render, convert rendered image data from linear to output colorspace specified in the filename. |
| computeStats | Specifies whether and how to compute image statistics as a post process, appending as exr metadata. The default value is 'None'. |
| convertSettings | exr conversion settings which include compression, bit depth, type, and an optimisation flag. |
1.7.3