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. cheers, jo On Sat, Mar 30, 2019 at 10:58 PM Christian <chris66...@gmx.de> wrote: > > Hi, > what does the warning(?) message: > > "lokaler Laplace-Filter: inkonsistente Ausgabe" mean? > > Can it be ignored? > > Seems to be occuring in the Equalizer. > > DT 2.6.2 / Win7.64 > > Chris > > ___________________________________________________________________________ > darktable developer mailing list > to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org > ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org