Image Resize Aliasing in WPF v4 but not under v3.5

Posted by McKAMEY on Stack Overflow See other posts from Stack Overflow or by McKAMEY
Published on 2010-06-03T16:33:07Z Indexed on 2010/06/03 16:44 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

I am using WPF for an image resizing pipeline which has been working beautifully under .NET v3.5. I just upgraded the project to target v4.0 and now all of my resized images are heavily aliased. None of the image pipeline code has changed.

  1. Has a default setting changed between v3.5 and v4.0?

  2. How do I control the dithering of my resized bitmap images in WPF?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .net-4.0