opening a image file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nitheshsalian
    New Member
    • Mar 2008
    • 9

    opening a image file

    can anyone give me the code snippet to open a image file using c/c++ in windows platform???

    i want to store a image file in an array and later do some manipulations on it...
    i want to use the same array to display the image later...
  • JonLT
    New Member
    • Jul 2007
    • 41

    #2
    depends on the image file format. One of the easiest to do this with is .bmp i think. Take a look at a bmp file in you text-editor and you'll get a good idear of how to do what you say

    Comment

    Working...