base class — bpy_struct
Settings for image formats
Log conversion reference blackpoint
| Type : | int in [0, 1024], default 0 |
|---|
Log conversion gamma
| Type : | float in [0, 10], default 0.0 |
|---|
Log conversion reference whitepoint
| Type : | int in [0, 1024], default 0 |
|---|
Bit depth per channel
| Type : | enum in [‘8’, ‘12’, ‘16’, ‘32’], default ‘8’ |
|---|
Choose BW for saving greyscale images, RGB for saving red, green and blue channels, and RGBA for saving red, green, blue and alpha channels
| Type : | enum in [‘BW’, ‘RGB’, ‘RGBA’], default ‘BW’ |
|---|
Compression level for formats that support lossless compression
| Type : | int in [0, 100], default 0 |
|---|
File format to save the rendered images as
| Type : | enum in [‘BMP’, ‘IRIS’, ‘PNG’, ‘JPEG’, ‘TARGA’, ‘TARGA_RAW’, ‘AVI_JPEG’, ‘AVI_RAW’], default ‘TARGA’ |
|---|
Quality for image formats that support lossy compression
| Type : | int in [0, 100], default 0 |
|---|
Convert to logarithmic color space
| Type : | boolean, default False |
|---|
When rendering animations, save JPG preview images in same directory
| Type : | boolean, default False |
|---|
Save the z-depth per pixel (32 bit unsigned int z-buffer)
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|
References