Reading image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sarah Alashram
    New Member
    • Sep 2013
    • 18

    Reading image

    Hello everyone,
    Can anyone tell me how to read an image in C++
    all what i know that i may use a Cimage library but it doesn't really work or to read the image from a file

    can anyone help me in this issue
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    CImage is a Microsoft class you can use in either MFC or ATL. Your best shot is to Google the Microsoft docs for this class and check out the code samples.

    Comment

    • sarah Alashram
      New Member
      • Sep 2013
      • 18

      #3
      I've checked before and when i try to compile the sample programs i get error in identifying this library

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        Have you added the library to the list of libraries to be used by the linker?

        Or, is the library on your disc at all?

        Comment

        • sarah Alashram
          New Member
          • Sep 2013
          • 18

          #5
          i haven't yet i'm getting some information about it from you at first

          Comment

          Working...