Assume I have an image in my resource file, how do I load and manipulate it in my form? An example would do well. Thanks in advance.
theForger's Win32 API Programming Tutorial : Bitmaps, Device Contexts and BitBlt (http://www.winprog.org/tutorial/bitmaps.html)
Thanks, but I was looking for a way to manipulate the picture itself. By manipulation I mean "Image Processing", sorry for the lack of clarity. Such examples include contrast stretching, gray scale, filtering etc... Any ideas about that? Thanks in advance.
I have used the FreeImage libraries, easy to use and many powerful features.
http://freeimage.sourceforge.net/ (http://freeimage.sourceforge.net/)