Does there exist a program for Linux that can display raw binary data?
Each byte in my binary files represent a pixel, so it would be very useful if something like this exists where I could say
program_name --input=dat001.bin --width=200 --height=100
and it would display the pixels.
I wonder if gnuplot, can be used for this...?
No comments:
Post a Comment