Recent content by oreocookie14

  1. O

    Why is My Bitmap Manipulating Code in C Not Storing Data Correctly?

    I am taking a beginners programming course and we have to manipulate a Bitmap image with code in C. Currently I am trying to create a function which reads the Bitmap file, and stores the contents (Width,Height,Palette Info, and Pixel Data) into structs, so that it can be accessed by other...
Back
Top