Resizing an image with GDI+ with C++
Resizing images Resizing images is a fairly common need; there are lots of libraries around that do this. However, I just needed to create thumbnails on-the-fly, and I certainly didn’t want to triple the size of my binary by linking against ImageMagick just to support resizing common image types. GDI+ has the capability to do […]