I have a .raw image that will not open anywhere.
The only place that it works is using raw2tiff -w 3280 -l 3280 -d short file.raw, and that converts it into a .tiff file.
Preferably, I should be able to open the file in Mathematica. I type Import["file.raw", "RawBitmap", ImageSize -> {3280, 3280}]
but that gives me an error Import::coerr: "Invalid setting ImageSize -> {3280,3280}."
