Niklas Haas
Niklas Haas
The problem with WebExtensions is that: 1. The API is very limited from what I understand 2. Directly interfacing with qutebrowser elements would be hard from a WebExtensions addon So...
@Evidlo Can't you already do that with `spawn -d xdg-open {hint-url}` (or some variation thereof)?
I don't have any feelings on this. Code looks fine to me, and not as invasive as I was fearing.
> The opposite, I think, mpv team is working for ffmpeg and videolan now. The "mpv team" consists of many people, many of whom are not me.
The amount of banding in your screenshots seems roughly equal to me. But I do see that the mpv result is just a tiny bit brighter. Can you test on...
It's on my todo list for sure, I just can't make any guarantees about when I'll have the energy to go through it
> I really wonder why I didn't notice this earlier. On my ICC profile the black raises from `(0,0,0)` to `(1,1,1)` after passing through the LUT. On your ICC profile,...
Logs from my ICC profile: ``` detected ICC black point: XYZ 0.000824 0.000854 0.0007050 detected ICC white point: XYZ 0.000000 89.975449 0.0000000 detected ICC black point: XYZ 0.000824 0.000854 0.000705...
Indeed, if I manually override the black point by a value corresponding more closely to an index of 12 (which is where the true black point approximately lies, according to...
> Is my layman guess correct that 100% black shouldn't be elevated at all Yeah, fundamentally all tone curves are designed to map black to black after all. Although it...