[][src]Module exr::image::read_options

A collection of preset ReadOptions values.

Functions

default

High speed but also slightly higher memory requirements.

high

High speed but also slightly higher memory requirements. Aborts reading images that would require more than 1GB of memory.

low

Lower speed but also lower memory requirements. Aborts reading images that would require more than 1GB of memory.