advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the code for this article
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Discover Enhanced Image Manipulation with GDI+

Is image processing in unmanaged C++ a thing of the past? See how GDI+ measures up by using this sample image manipulation tool.  


advertisement
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?



advertisement