Following the directions at this question, I have some code running to extract icons from files and display them in a ListView set to details mode. I want to icons to display at 16 x 16, but when I have the ImageList size set to that the icons that come out look very weird (not sure how to describe it – see attached screenshot).
I’ve tried changing the size to 32 x 32 and they come out fine, but surely there must be a way to get good quality 16 x 16 icons mustn’t there?
http://img165.imageshack.us/img165/4446/badqualityiconscc4.png
You have to use 2 imagelists, one for smallimages and one for largeimages to get the best result I think. (The listview has two properties, LargeImageList and SmallImageList)
Edit (found new information that worked when I tried):
This version are using interpolation to get the smaller thumb, should be better.