Resize Image with gdiplus
The function GetThumbnailImage can be used to get a resized image, but the result may come with less quality.
The example below does the same thing, but creates an image with a better quality.
#DEFINE GDIPLUS_PIXELFORMAT_1bppIndexed
Read More