woelper / oculante

A fast and simple image viewer / editor for many operating systems
https://github.com/woelper/oculante
MIT License
1.01k stars 45 forks source link

Color profile support #74

Open eugenesvk opened 1 year ago

eugenesvk commented 1 year ago

It seems that oculante doesn't account for color profiles, try to download and open these images https://commons.wikimedia.org/wiki/User:Colin/BrowserTest

woelper commented 1 year ago

I'll have to investigate if image or the turbojpeg bindings offer access to color profiles at all. That said, I'd love to have generic color transformations in the future (lookup tables, color profiles...)

eugenesvk commented 1 year ago

maybe relevant: image issue that mentions implementing color conversion using Rust's qcms https://github.com/image-rs/image/issues/1460 From that issue it seems that there is no general support yet