home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / CHKPIC.DOC < prev    next >
Text File  |  1987-11-15  |  4KB  |  82 lines

  1.                                   CHKPIC.COM V. 1.00
  2.                            Copyright 1987 by Keith P. Graham
  3.      
  4.                CHKPIC.COM is a PC graphics file identifier which is
  5.      capable of determining 11 different file types with more to be
  6.      added. The program reads the header information from the file in
  7.      question and compares the information found there to what it
  8.      knows about graphics file formats. It usually takes only the
  9.      first few bytes to eliminate a file type.
  10.      
  11.           MacPaint files come from so many sources and have so many
  12.      variant structures that it is not possible to identify them all.
  13.      This program identifies MacPaint files with binary zero headers,
  14.      valid MacBinary headers and those with MacPaint headers only. If
  15.      the file has a valid MacBinary header the program will display
  16.      the original name of the picture as it was created on a
  17.      Macintosh.  This is useful for identifying duplicate pictures
  18.      with different file names.  Some files are created from
  19.      conversion programs which borrowed a file header from a file and
  20.      just repeated it.  There are alot of "Duoth.Vader" pictures out
  21.      there. My own OPTIKS program plugs in the name "OPTIKS" (only up
  22.      to version 2.01, after that it is the same as the file name that
  23.      it was saved as). I also wrote a program called FMAC and the
  24.      later versions allowed for saving the file as a MacPaint file,
  25.      but the header is garbage, only the picture data is valid.
  26.      
  27.      
  28.           CHKPIC.COM identifies a file by determining what it is not.
  29.      It will sometimes incorrectly identify a file. This is because
  30.      by some accident the file has a structure similar enough to
  31.      avoid being eliminated.  If CHKPIC identifies a file, the next
  32.      step is to use OPTIKS to see if the file is readable.
  33.      
  34.      USING CHKPIC.COM:
  35.      
  36.           To use CHKPIC.COM enter from the DOS prompt:
  37.      
  38.                 CHKPIC filespec
  39.      
  40.           Where filespec is the name of the file or files that you
  41.      want checked. CHKPIC supports wildcards and full disk and path
  42.      descriptions.  If you leave off the file extension in the
  43.      filespec, CHKPIC will provide an extension of .MAC because most
  44.      public domain graphics files are in the MacPaint format and most
  45.      of the users will be public domain users. If a file does not
  46.      have an extension you must enter the "." and leave off the
  47.      extension. CHKPIC * will check all of the .MAC files on a
  48.      directory. CHKPIC *. will check all files without an extension.
  49.      CHKPIC *.* will check every file.  CHKPIC *.MSP will check all
  50.      of the Microsoft Paint files.  CHKPIC *.IMG will check all of
  51.      the IMG files and figure out which are GEM, which are WIPS and
  52.      which are ISF files.
  53.      
  54.           CHKPIC can identify with reasonable accuracy the following
  55.      types of files:
  56.                 MacPaint
  57.                 Microsoft Paint
  58.                 GEM paint
  59.                 Run Length Encoded
  60.                 Zsoft PC Paintbrush
  61.                 OPTIKS
  62.                 Basic Bload/Bsave
  63.                 Datacopy Wips
  64.                 PC Paint 1.50 and 2.00
  65.                 IBM Image Support Facility
  66.      
  67.           Some graphics file types do not have a recognizable header
  68.      and the only way to tell what kind of file they are is by the
  69.      extension and then by loading the file to confirm it. I will be
  70.      adding to the list above as I have time and I get more file
  71.      formats.
  72.      
  73.           Give PC-Rockland a call at (914) 353-2176 for the latest
  74.      version of the program. I am not accepting money for CHKPIC
  75.      because I won't have any time to support the program. It is
  76.      yours for free as long as you don't change the program or the
  77.      documentation. I can be reached occasionally at (914) 623-4161
  78.      in the evenings during the week.
  79.      
  80.                               Keith P. Graham
  81.  
  82.