|
[Date Index]
[Thread Index]
[Author Index]
Re: raw image file
- To: mathgroup at smc.vnet.net
- Subject: [mg50121] Re: raw image file
- From: "Peter Pein" <petsie at arcor.de>
- Date: Mon, 16 Aug 2004 06:45:26 -0400 (EDT)
- References: <cffetc$ih6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Mikael" <lassenmikael at hotmail.com> schrieb im Newsbeitrag
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 ????
>
>
> --
> mvh /Best regards
>
> Mikael Lassen
>
Hello Mikael,
my version doesn't support ".raw" files but I think an
Import["raw12bit6.raw", Dimensions->{width (e.g.640), height (e.g. 480}]
should do the job. But this is just guessing :-(
good luck,
Peter
--
Peter Pein, Berlin
to write to me, start the subject with [
Prev by Date:
problem with ExpectedValue[xx-x, PoissonDistribution[m],x]
Next by Date:
Re: New user: Absproblem
Previous by thread:
Re: raw image file
Next by thread:
SE and CI in NonlinearRegress
|