Is image processing in unmanaged C++ a thing of the past? See how GDI+ measures up by using this sample image manipulation tool.
by Tade Oyebode
December 23, 2003
s there any reason to do image processing in unmanaged code anymore? GDI+'s managed classes may just be good enough to give the unmanaged approach (mainly in unmanaged C++) a run for its money. GDI+ classes allow you to read the metadata information stored in images recorded by a digital camera&151;and then resize those images while ensuring image quality. The ImageAttributes and ColorMatrix classes help with color adjustment and the image codecs class specifies the colour depth and quality of the jpeg images.
In this article, you'll learn about GDI+'s enhanced image manipluation capabilities by building a multithreaded, image-resizing tool. Decide for yourself whether it's better!
It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com. Already a member?
To become a member of DevX.com create your Member Profile by completing the form below. Membership is free!