This may seem like a newbish question (because it is) but can anyone point me in the right direction as to where I can find information on writing .bmp files? All I want to do is give the program a random number seed, and it generates a noise map from this seed. Sounds simply enough, but I don't know where to begin on actually writing the color values. I realize that bmp's color data is in BRG format and I should probably have this data stored in an array of BYTE's, but thats about all I know. Any help would be appreciated, I don't even need any code really, just some guidance (I'd actually prefer guidance over code, I learn more than way :) ).
Thanks!
Thanks!
Comment