MANUAL FOR IMGHEAD (BBC BASIC) This file describes the programs used to read the headers of images commonly used on the internet.Currently it consists of a JPEG header reader and GIF header reader. For use on any machine that interprets BBC BASIC. The manual is (C)2000 SPROW and software is (C)1998 SPROW. INSTRUCTIONS- At the BASIC prompt,type CHAIN"JPEGHEAD" for the JPEG reader CHAIN"GIFHEAD" for the GIF reader You will immediately asked to supply a filename,the contents of which should be an image of the appropriate format.The image file can be of any size - it's not loaded into memory. The program will then show its vital statistics,and finish. KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 Designed as a test programs for use with WebBC,the BBC micro web browser