On Sun 31-Jan-2010 at 07:44 -0800, jhelmine wrote:
Still I need to understand old image cache functionality before doing
any new functions. Has there been work for this before, is there
anything that I can continue.
Yuval was working on a patch to generate the cache with a background
process,
> It' not soo easy. There are more places, e.g. the preview windows, the
> image panel, and so on.
> The image loading and scaling is done with an image cache. So if you
> want to use severals thread for this task you have to check if the
> image cache is thread safe and implement the image cache a
Hi Juha,
> With quick search I found two potential places (shows text "Loading
> images"):
> AssistantPanel.cpp and in OnAlign/OnLoadImages
> OptimizePhotometricPanel.cpp -> runOptimizer
>
It' not soo easy. There are more places, e.g. the preview windows, the
image panel, and so on.
The image load