home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / PASCAL / DUMPING / README.TXT < prev   
Text File  |  1995-03-26  |  844b  |  24 lines

  1.  
  2. DUMPING v0.4  26-Mar-1995
  3.  
  4.    Copyright (c) 1995 by Oliver Fromme  --  All Rights Reserved
  5.  
  6.    Address:  Oliver Fromme, Leibnizstr. 18-61, 38678 Clausthal, Germany
  7.    Internet:  fromme@rz.tu-clausthal.de
  8.    WWW:  http://www.tu-clausthal.de/~inof/
  9.  
  10.    Freely distributable, freely usable.
  11.    The original copyright notice may not be modified or omitted.
  12.  
  13.  
  14. This is the DOS executable and BPascal source of DUMPING.
  15. DUMPING checks a PNG file and dumps its content to the screen.
  16. It conforms to the PNG (Portable Network Graphics) Specification, 9th Draft,
  17. and it should be able to detect any errors in a given PNG file.
  18.  
  19. All known bugs have been fixed.  Interlaced PNG images are fully supported.
  20.  
  21. To-do list:
  22.  - Does not detect missing palette entries yet (i.e. pixel indices that have
  23.    no corresponding palette entry).
  24.