Is there any way to force a WPF Window to scale an icon down to a size with a better algorithm for the scaling or force it to use better resolutions for my icon?
I made an icon (ICO-format) file that hosts a 256x256, 32 bit, PNG image. I set my project's icon to this one in the project's properties. It looks fantastic in the Windows tray when I run the application.
The problem is when I set the icon to the Window in question. What happens is...it doesn't down-scale my image properly and I get this ugly image at the top left of my Window with some bad anti-aliasing on it. Its not smooth at all. What can I do?