Page 1 of 1

Wrong Image Size ??

Posted: Mon Jun 08, 2015 4:01 pm
by DuempertM
Hello,

i have an problem with a speficied Image.
I added this image to the Wpf Image Viewer and the result is to small.

In all other Image Viewer Programs shows the image correctly.

You can reproduce in Sample Code from WpfImaging Demo Project.

The Image File can you downloading from this link...

http://www.wpm-ingenieure.de/downloads/image.jpg

Whats wrong ?

Re: Wrong Image Size ??

Posted: Mon Jun 08, 2015 4:36 pm
by Alex
Hello,

By default image viewer shows image in Normal mode, i.e. viewer takes into consideration display resolution (96 dpi) and image resolution (300 dpi). You can use PixelToPixel mode if you want to show image as is. More info please read here: http://www.vintasoft.com/docs/vsimaging ... n_Wpf.html

Best regards, Alexander

Re: Wrong Image Size ??

Posted: Mon Jun 08, 2015 4:45 pm
by DuempertM
Okay thank you.