Any suggestions on how to open\convert a BMP (bitmap image) file as\to a table?
Ideally would like to have columns like X, Y, R, G, B with all the information, so that when plotted would resemble actual BMP.
Might be some external converter first, then open a CSV file, might be a script that reads binary file and poarses into a tble, might be some built in function?