MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: working with raw images

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40359] Re: working with raw images
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 3 Apr 2003 01:40:24 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b6e7p0$85q$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

and what hat this to do with Mathematica ?

If you Import[] the bitmap into Mathematica

Import["SomeImage.bmp"][[1,1]]

will give you the matrix with gray values or
rgb triples

Regards
  Jens



victor carvalho wrote:
> 
> hello,
> 
> I am trying to obtain the raw information of a picture BMP (array of
> numbers) and import it to excel spreadsheet to calculate some things.
> 
> Do you guys have any idea how can I do that?
> 
> thanks in advance,
> 
> Victor


  • Prev by Date: Sockets or HTTP with Mathematica
  • Next by Date: Re: Is there a place where I can get Matematica notebooks that demonstrate 3-D graphics?
  • Previous by thread: working with raw images
  • Next by thread: Re: working with raw images