Korijn van Golen
Korijn van Golen
Maybe you can draw some inspiration from Numba, actually.. they also translate python functions to cpu/gpu native code with a decorator and have the same issue. I believe they either...
I suspect there will be a generally available compiler (wgsl to spirv) so we could create a new lib to wrap it with python, or that may not even be...
> Yeah, users should be able to bring their own SpirV files anyway, so technically we already support it. We could make an example to demonstrate it (here, or in...
Can you share more details about your environment? Versions of wgpu, pygfx and imageio would be helpful to see if we can reproduce this. Thanks for reporting, we're still a...
Silly question: are we certain we're using the exact same image file between vispy and pygfx?
So _none_ of them result in 51?
I think this slide is very reminiscent of the situation we are looking at here:  If we assume the monitor applies that 2.2 gamma correction step at the end...
> Important question: how do we know whether an image is in gamma space? 🤔 > > I guess we should assume that it is, and provide an option to...
I think the first proposal makes the most common scenario easiest?
Does MPL perhaps do some tricks in imread? Also... Does picking yield colors before or after screen manipulation?