Re: [hugin-ptx] Re: Multithreadning to image loading and scaling

2010-01-31 Thread Bruno Postle
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,

[hugin-ptx] Re: Multithreadning to image loading and scaling

2010-01-31 Thread jhelmine
> 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

[hugin-ptx] Re: Multithreadning to image loading and scaling

2010-01-31 Thread T. Modes
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