robcast / digilib

A versatile image viewing environment for the internet.
https://robcast.github.io/digilib/
GNU Lesser General Public License v3.0
18 stars 7 forks source link

refactor image codec selection #29

Closed robcast closed 4 years ago

robcast commented 4 years ago

Image codec selection currently only tries to detect the image format and leaves codec selection to ImageIO.

There may be multiple codecs for a format. We need a better way to specify the preferred codec for a format.

We should also be able to deal with additional file format features like tiles or multiresolution/pyramidal images.

robcast commented 4 years ago

done in 8bda0fd6e5f3d19c0ae98464a737b4bc122d7ef5