Tags
-
Recent Posts
Archives
Friends
Work
Meta
Daily Archives: July 15, 2010
Resizing images with WPF 4.0
Microsoft changed the defaultĀ behaviourĀ for scaling images with WPF 4.0/.NET 4.0. They opted for a faster but less accurate scaling algorithm named Linear instead of the default Fant that was used in WPF 3.0. You can change this behaviour using the … Continue reading