Hi, The message was shown in the GUI and I think it was only appearing when Equalizer was turned on.
I will come back when I have a reproducable case. The opened file was a TIF. Chris Am 03.04.2019 um 11:25 schrieb johannes hanika:
heya, equalizer? should be local contrast. it means that there is some caching issue between preview and full pipeline. this is really a debugging message that should never occur, but it seems occasionally it does. can you trigger it explicitly? if so i'd be interested to learn about it so we could fix it. it's a transient threading issue and can usually be ignored. if you zoom in a lot, darktable does not compute the things outside your region of interest. for the local laplacian filter that is a problem, as it requires context on coarser levels outside the current viewing frustum. we get to that info by abusing the preview pipeline (see little image top left corner). unfortunately that's being computed in a different thread at different points in time (does not require update if you zoom/pan the center view). this means there's some synchronisation headache going on when grabbing the data.
what does the warning(?) message: "lokaler Laplace-Filter: inkonsistente Ausgabe" mean?
___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org