VRay SDK for C++
Loading...
Searching...
No Matches
VRay::ImageWriterOptions Struct Reference

Options passed to VRayRenderer::saveImage. More...

#include <vraysdk.hpp>

Classes

union  ImageWriterFlags
 

Public Types

enum  CompressionType {
  DEFAULT , NO_COMPRESSION , RUN_LENGTH , ZIP_SCANLINE ,
  ZIP_BLOCK , PIZ , PXR24 , B44 ,
  B44A , DWAA , DWAB
}
 

Public Attributes

int bitsPerChannel
 for EXR format only - either 16 or 32
 
enum VRay::ImageWriterOptions::CompressionType compressionType
 for EXR format only
 
union VRay::ImageWriterOptions::ImageWriterFlags flags
 

Detailed Description

Options passed to VRayRenderer::saveImage.


The documentation for this struct was generated from the following file: