I am using the tools included with Mr Mirko's package, and I am using a batch file like this to convert my images:
The BMP gets converted to RAW fine, but the raw2c program gives this error: "Invalid drive specification."
Why is this?
Code:
bmp2bin -x background.bmp background.raw
convert background.raw > background.c
The BMP gets converted to RAW fine, but the raw2c program gives this error: "Invalid drive specification."
Why is this?