Expand description
Image encoding: writing rendered output to JPEG, PNG, TIFF.
Structs§
- Encode
Options - Options controlling image encoding.
Enums§
- Output
Format - Supported output image formats.
Functions§
- encode_
to_ file - Encode a linear sRGB f32 image to a file, converting to sRGB gamma space.
- encode_
to_ file_ with_ options - Encode a linear sRGB f32 image to a file with full options.
- linear_
to_ srgb_ dynamic - Convert a linear sRGB f32 image buffer to a DynamicImage in sRGB gamma space.
- resolve_
output - Resolve the output file path and format.