Page 1 of 1

Blurred/LowRes images short time after opening image

Posted: Thu Jan 08, 2015 8:19 pm
by Vedomir
I am trying to switch from XnView to MP and notice one very annoying thing - when i open an image it sometimes opens blurred (or low res) for short time. I can guess that it create illusion of faster opening, but for me it is really annoying - constant switching from blurred to normal is very uncomfortable for eyes. I am using Windows 7 x64 and XnViewMP 0.72 x64.

Can i disable this feature (and return to simple slower opening like XnView classic)?

Re: Blurred/LowRes images short time after opening image

Posted: Fri Jan 09, 2015 2:15 pm
by xnview
yes, please edit the xnview.ini and replace

Code: Select all

prevSize=@Size(160 120)
by

Code: Select all

prevSize=@Size(0 0)

Re: Blurred/LowRes images short time after opening image

Posted: Fri Jan 09, 2015 3:08 pm
by Vedomir
It works, thank you very much.