Re: raw image file
- To: mathgroup at smc.vnet.net
- Subject: [mg50049] Re: raw image file
- From: "Bart van der Wolf" <bvdwolf at no.spam>
- Date: Fri, 13 Aug 2004 05:55:44 -0400 (EDT)
- References: <cffetc$ih6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Mikael" <lassenmikael at hotmail.com> wrote in message news:cffetc$ih6$1 at smc.vnet.net... > I try to import a raw file and get the following error: > > im1 = Import["raw12bit6.raw"]; > > > In[24]:= > Import::"imgsze": "\!\(\"RawBitmap\"\) dimensions cannot be determined \ > automatically. Specify the size with the Dimensions option." > > What can I do ???? Using your prior knowledge about the data's organization (hor/ver size, no. of channels, no. of bits/pixel, interleaved order, end of header/start of data), use a binary import method. Bart