Pretty simple problem here...
I have a 72 DPI WriteableBitmap image. If I run a convolute call or invert the image what is returned is always a 96 DPI image. I need it to stay a 72 DPI image.
Is there a way around this? Or to change the image back to 72 DPI after the image processing?
I have a 72 DPI WriteableBitmap image. If I run a convolute call or invert the image what is returned is always a 96 DPI image. I need it to stay a 72 DPI image.
Is there a way around this? Or to change the image back to 72 DPI after the image processing?