MathGroup Archive 1996

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

Search the Archive

How to read a Bitmap file?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4699] How to read a Bitmap file?
  • From: Choi dae il <cdi at contr.skku.ac.kr>
  • Date: Sun, 25 Aug 1996 18:23:23 -0400
  • Organization: Korea Research Environment Open Network (KREONet)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear

OpenRead["1.bmp"]
FileByteCount["1.bmp"]
Out:=41089
ReadList["1.bmp",Byte]
Length[%]
Out:=474
?????????
The problem is that I cannot read all Bytes.

Anyone who know how to solve this problem?

Please let me know the answer.

Thank you.

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Slowdown of MMA running WIN95 and what to do about it
  • Next by Date: Re: Formatting text and input/output
  • Previous by thread: Slowdown of MMA running WIN95 and what to do about it
  • Next by thread: Re: How to read a Bitmap file?