I know the size of each data, and I know that each image contains 256 different colors
Example file is here: http://ge.tt/8DniNXb/v/0
Both original (.raw) and converted using paintShopPro. To convert I have selected "greyscale", "interleaved" and size 300 x 119
I have tried to use
Code: Select all
convert -size 300x119 -depth 8 rgb:qwerty.raw qwertyout.bmp
Second part is how I specify a specific pallette for the output. Not a major issue though.
Hope someone can find out how to get from .raw to .bmp as per example in link.
Thanks.