I think I have a good solution for the small delay that seems to bother some users...
Instead of just pre-loading the image(s) in cache, render it (not shown) and cache its display as well (when View is set to anything different from 100%).
=> the image will be displayed immediately, without having to calculate anything, and it should not take too much memory.
Moreover, when the image is loaded, it should be turned at first - based on the EXIF (if applicable) - before being cached, in order to avoid this additionnal delay for display.
Olivier
Cache image: prerender and cache the display as well
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 1423
- Joined: Thu Dec 23, 2004 7:17 pm
- Location: Paris, France
-
- Author of XnView
- Posts: 44470
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Cache image: prerender and cache the display as well
Yes, i must think about a good solution...Olivier_G wrote:I think I have a good solution for the small delay that seems to bother some users...
Instead of just pre-loading the image(s) in cache, render it (not shown) and cache its display as well (when View is set to anything different from 100%).
=> the image will be displayed immediately, without having to calculate anything, and it should not take too much memory.
Moreover, when the image is loaded, it should be turned at first - based on the EXIF (if applicable) - before being cached, in order to avoid this additionnal delay for display.
Pierre.