johannesvollmer / exrs

100% Safe Rust OpenEXR file library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layers that have optional channels are not preferred over layers without optional channels

johannesvollmer opened this issue · comments

Description

Load a file with one RGB layer and one RGBA layer. If alpha is optional, the first layer will be selected, even though the second layer does have alpha.