Re: .NEF image format in Import
- To: mathgroup at smc.vnet.net
- Subject: [mg90222] Re: .NEF image format in Import
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 2 Jul 2008 05:33:41 -0400 (EDT)
- Organization: Uni Leipzig
- References: <g4d2qq$en1$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, write an import filter ? Reagards Jens Andrew Watson wrote: > I am trying to import an image in raw format from a digital camera. > The format name is .NEF , developed by Nikon. > > The command > > test = Import["image.NEF"] > > works, but the image acquired is {120,160} in dimensions, rather than > the true {2000, 3008}. > > I suspect it is importing a small jpeg preview, instead of the full > image. > > Any ideas how to import the full image, and whether .NEF is supported? > > > > > Andrew B. Watson > Senior Scientist for Vision Research > NASA Ames Research Center > Moffett Field, CA 94035-1000 > (650) 604-5419 > > > >