home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / optipng / README.txt < prev    next >
Text File  |  2004-05-31  |  653b  |  24 lines

  1.  
  2. OptiPNG 0.4.5: Advanced PNG optimizer.
  3. Copyright (C) 2001-2004 Cosmin Truta.
  4.  
  5. Goals:
  6.   To provide a powerful PNG optimizer;
  7.   To demonstrate how to implement a PNG optimizer.
  8.  
  9. License:
  10.   Open-Source (zlib/libpng license).
  11.   Please see the attached LICENSE.
  12.  
  13. URL:
  14.   http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
  15.  
  16. Build instructions:
  17.   Extract the source archive:
  18.     e.g. "tar -xzf optipng-0.4.5.tar.gz" or "unzip optipng-0.4.5.zip"
  19.   Go to the source directory:
  20.     "cd optipng-0.4.5/src"
  21.   Run the appropriate makefile from the scripts directory:
  22.     e.g. "make -f scripts/makefile.gcc" or "nmake -f scripts/makefile.msc"
  23.  
  24.