.TH FBINFO 1 25-Jun-90 .CM 3 .SH NAME fbinfo \- dump the contents of an FBM image header .SH SYNOPSIS .nf fbinfo files... .fi .SH DESCRIPTION .PP Dump the header information of one or more files. If the file name ends in ".Z", the file is uncompressed before the header is read. Note that compressed files that don't have ".Z" at the end won't work. .SH EXAMPLE .PP fbinfo *.fbm .PP .SH SEE ALSO fbm(1) for general discussion, pbm(1) for PBM routines. .SH BUGS Should be expanded to work for all readable image formats. As a work around you can use fbhist(1) which does read all formats (using significantly more time and cpu). None known. .SH HISTORY Copyright (C) 1989,1990 by Michael Mauldin. Permission is granted to use this file in whole or in part for any purpose, educational, recreational or commercial, provided that this copyright notice is retained unchanged. This software is available to all free of charge by anonymous FTP and in the UUNET archives. .TP 25-Jun-90 Michael Mauldin at Carnegie Mellon University Release 1.0 mlm@cs.cmu.edu .TP 07-Mar-89 Michael L. Mauldin at Carnegie Mellon University Beta release (version 0.9) mlm@cs.cmu.edu