Speed up scrolling with keyboard (up/down key) through a list of large image files
Posted: Fri Jun 17, 2022 6:57 pm
In the main window (i.e. images list), "scrolling" over large images with the keyboard (i.e. either by holding the up/down key, or by pressing it repeatedly) is very slow. The reason seems to be that XnView is decoding each image, before advancing the cursor bar to the next image.
My idea to make this faster: Before starting to decode an image, check if another keypress was received. If yes, don't decode it at all, and just move the cursor bar.
My idea to make this faster: Before starting to decode an image, check if another keypress was received. If yes, don't decode it at all, and just move the cursor bar.