Bad Bitmap quality
on the right, the original image, on the left, the saved image from bitmap (im doing a functionnality to add image to image). As you can see, there is a big quality difference. Is there a way to keep the same quality?
1 Reply
the picturebox you use likely render at 96 dpi on the screen. loading the higher res image in the picturebox scaled it down, then drawing it to a bitmap of lower res make it blurry.
the graphics object you create is never used, you still render to the bitmap