home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / optipng / FEATURES.txt < prev    next >
Text File  |  2003-06-30  |  2KB  |  47 lines

  1.  
  2. OptiPNG - The complete list of features
  3. =======================================
  4.  
  5. The main purpose of OptiPNG is to *optimize* PNG files, i.e. to
  6. reduce their size to a minimum, without losing any information.
  7. In order to achieve this goal, OptiPNG performs the following
  8. tasks:
  9.  
  10. - It losslessly reduces the bit depth, the color type and the
  11.   color palette of the image. This step reduces the size of the
  12.   uncompressed image, which, indirectly, reduces the size of the
  13.   compressed image (i.e. the size of the PNG file).
  14.  
  15. - It runs a suite of compression methods and strategies, and
  16.   selects the compression parameters that yield the smallest
  17.   output file.
  18.  
  19.  
  20. In addition, OptiPNG has the following capabilities:
  21.  
  22. - It offers a suite of optimization level presets. Given the
  23.   number of trials that the user is willing to run, these presets
  24.   will select the range of compression parameters that are most
  25.   likely to yield the smallest output.
  26.   The optimization level presets are for the benefit of regular
  27.   users.
  28.  
  29. - It offers a high degree of freedom to choose among all kinds
  30.   of compression parameters, for the benefit of advanced users.
  31.   The optimization level presets, and the custom compression
  32.   parameters, may be used in any combination.
  33.  
  34. - It concatenates all the IDAT data in a single chunk. Unlike
  35.   other PNG encoders, OptiPNG performs this task successfully,
  36.   regardless how big is the final IDAT, and without using an
  37.   extra (usually large) amount of memory.
  38.  
  39. - It allows the users to disable certain image reductions.
  40.   This feature is for the benefit of advanced users.
  41.  
  42. - It corrects integrity errors found in the input files.
  43.   Bad CRCs, invalid data in ancillary chunks, incomplete PNG
  44.   files, or extraneous data in IDAT, are examples of such
  45.   integrity errors.
  46.  
  47.