I’m resizing an image using bitmap.GetThumbnailImage() however I seem to be losing image quality/resolution. For example the original image was 300dpi resolution, and the resized 1 is much smaller.
How can I retain the image resolution when resizing?
Here’s a function I use to reduce my images. The quality is excellent.
Here’s how I use it:
Holler if you need help getting it running.