Pixel calculations in bitmap file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Malam Sani

    Pixel calculations in bitmap file

    How to open and read bitmap file without using image library like gd. I need to perform certain calculations on pixel so need to seperate the header from the image
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Understand the bitmap layout, then it's a simple case of opening the file (fopen, etc) and reading the data you want (fgets, etc).

    Comment

    Working...