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] ====