Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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}."

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.