Code: Select all
19.06.16 Fixed: Thumbnails view: 48x48 icons were not sharp (scaled up from32x32) even if the icon file contained 48x48 or larger icon images (32/64)
Thank you, it looks good for most of the icons - especially for the .doc icon.
There are 2 remaining problems:
https://abload.de/img/sharp1bwki2.png
1) The "directory up"-icon is scaled by a bad algorithm and looks very strange (german word: "ausgefranst") at the top side of the arrow. For reference I added the 32x32 icon (bottom) and scaled it up to 48x48 manually in Irfan View (top)
The same is true about the registry icon, although it doesn't look as weird as the arrow up icon.
1a) I would prefer an option ThumbIconScaling=0 where this Icons (only available at 32x32) would not be scaled at all.
Code: Select all
Option 1: Scale down bigger icons if available. Otherwise show smaller icons without scaling. (Lefteous proposal)
1b) Otherwise the scaling algorithm should be improved. For example Irfan View > Ctrl + R > Resample instead of Resize.
2) The "shared folder"-icon is scaled up all the way from 16x16 in thumbnail mode. For reference I added the 16x16 icon to the top, the icon shown with ThumbIconSize=32 (also wrong) in the middle and a normal 32x32 Folder icon at the bottom. At ThumbIconSize=32 the 16x16 folder icon is scaled up to 32x32 overlayed with the 32x32 hand. At ThumbIconSize=48 the 16x16 folder icon is scaled up to 48x48 overlayed with the 32x32 hand.
Non thumbnail modes are fine (The 48x48 folder icon is overlayed with the 32x32 scaled hand), see this screenshot:
https://abload.de/img/sharp288j0w.png
2a) Do the same as in non thumbnail modes.