[][src]Module exr::image::write_options

A collection of preset WriteOptions values.

Functions

default

High speed but also slightly higher memory requirements.

high

High speed but also slightly higher memory requirements.

higher

Higher speed, but slightly higher memory requirements, and higher risk of incompatibility to other exr readers. Only use this if you are confident that the file to write is valid.

low

Lower speed but also lower memory requirements.