
June 21st, 2004, 03:46 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 14
Time spent in forums: 17 m 5 sec
Reputation Power: 0
|
|
|
Viewing a binary image
How's it going. Here is my problem. I have a bunch of raw binary images that i am inputting into a C program. I want to be able to view these images so i can tell whether or not the values i am getting are correct. I have been told a way to do this would be to output the pixel values to a file and then create a PBM file that i can then view with a program like XV. I, however, dont know how to create a PBM file or if this is even the right / easiest way to do this. Any help would be appreciated. I am programming in C and using a RedHat linux machine. Thanks a lot.
-Adam
|