L
L
lPestl2014-04-28 21:51:12
C++ / C#
lPestl, 2014-04-28 21:51:12

How to disable blur when using image zoom in a pictureBox in VS?

There is a picture 10x9: 2fdbfb71575d4a8082f0e7368f430176.TIF.
When loading it into a PictureBox in VS and including sizeMode = StretchImage or Zoom, the picture is blurry. How to get rid of this effect? How to disable blur?
That is, we get this in the picture: 0cde8a9522844433b307c0a8c3e52ad2.JPG
but we need something like this:22f8313018194a1d8f7c74fa02728cda.JPG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2014-04-29
@karabanov

This is due to interpolation. You can get rid of it if you use a vector image instead of a bitmap.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question