1 Attachment(s)
*RESOLVED* Cant resize an image "correctly"
I dont get this, when I resize an image, .NET modifies the image and "smooths" it. I dont want it to do so!
This is a small picture, resized with my app and with mspaint, see the difference:
http://www.vbforums.com/attachment.php?postid=1147189
I want my program to resize the image just like MS Paint would do it. Right now, when I resize the picturebox, .NET makes the image smooth or whatever, you can see. How can I do what mspaint does?
I tried the DrawImage class and I also tried to resize the image by setting the sizeMode to stretch. Both work the same way
help plz:(