I have a few 256×256 images I am using with Image controls in a WPF application. Although they are all 256×256, I changed some of the controls to 64×64, etc. When I resize it down (using fill as my stretch property), the edges become very rough. Even on something as simple as a triangle, it is painfully apparent:

Is there a good fix for this, or do i need to resize the images in photoshop before putting them into the application?
You need to set the Image’s render options.
Try setting the style of the Image to:
To use the image, simply call as before:
Or, to use the
RenderOptionson a single image:For more info see:
http://msdn.microsoft.com/en-us/library/system.windows.media.renderoptions.aspx