Question:

How can I read an image in visual c++6.0 ?

by  |  earlier

0 LIKES UnLike

I want to read an image in my project in visual c++ 6 like function of imread() in matlab. can anybody help me?

 Tags:

   Report

1 ANSWERS


  1. Native to VC/Windows, use OleLoadPicture() -- it has limited support (not all formats supported).

    For other image formats with a common API, use something like the CxImage library:

    http://www.codeproject.com/KB/graphics/c...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.