Type Definition exr::meta::OffsetTable[][src]

type OffsetTable = Vec<u64>;
Expand description

The offset table is an ordered list of indices referencing pixel data in the exr file. For each pixel tile in the image, an index exists, which points to the byte-location of the corresponding pixel data in the file. That index can be used to load specific portions of an image without processing all bytes in a file. For each header, an offset table exists with its indices ordered by LineOrder::Increasing.