Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2012-05-22 | 547 Bytes | |
imageinfo.zip | 2012-05-22 | 25.8 kB | |
Totals: 2 Items | 26.3 kB | 0 |
Imageinfo 1.0 ------------- Imageinfo is a command line tool for displaying useful information about image files. It currently recognizes TIFF,PNG,GIF,BMP,JPEG,TGA,PBM,PGM,PPM files through the use of "magic numbers". The files can have any name and will be recognized. The purpose of the tool is to use the minimum amount of C code to identify and read useful information from image files without the need for any external dependencies. It includes its own mini-crt to avoid the bulk of standard CRTs. The current EXE size is 10K bytes.