Add new comment

Our intention is to move as much processing as possible to GPU (video processor). As a side effect, RGB values are calculated in GPU on demand and do not accessible to CPU (common) part of program. To get 'values under cursor' we need to repeat all processing on CPU, that will result in program slow down.

--

Alex Tutubalin/FastRawViewer team