Mitchel Stewart
Mitchel Stewart
I actually have a bit of logic kind of ready to be plumbed up for a potential migration to MPV from VLC for resolution switching in the #86. but I...
related to this, jxl-oxide recently landed support for colormanaged output, including tonemapping and gamut mapping
as an appendage to above, it's hard to do a full blown CMS modules like lcms in rust entirely, however Firefox's qcms might be a viable option? https://github.com/FirefoxGraphics/qcms
While OpencolorIO would be great, It's important to keep in mind that it is A) not native rust, nor super simple to compile, it requires more then a couple deps...
so I've done a bit of investigation, lcms2 based solution seems to be the best. it sucks to have a non native rust library, but lcms2-sys builds a vendored lcms2...
for display mapping, Ideally you really need two do two or three things 1.) by default transform the image to sRGB. This is how all operating systems interpret windows with...
also I did try the `icc_profiles` branch but it seems to just close out without error when I try to load an icc file EDIT: it worked with debug mode......
@woelper for future information you can do this by simply pulling it yourself if you use git cli or the github client, you can also do it with vscode somehow...
hmm even the release build isn't working for me. Error 3009 I think is an egl related error. I am running mesa-git which could be the issue I suppose. Ill...
@martinlindhe i have time today so I can bisect it later. do you have a known good commit or just the timeframe?