↧
WPF Manipulating DPI of Images
Hi UWSkeletor,I don't think you did it wrong, actually, what you state is a normal behavior. Pixel is calculated by integer, Computer will round the float to integer even though you caclulate the DPI...
View ArticleWPF Manipulating DPI of Images
So I have a .NET 4.0 WPF applicaton that does some image manipulation. Things like scales the image if it is too large. One thing I wanted it to do was update the DPI of an image if it was not 96 x 96....
View Article