fukasawa e60969
/*
fukasawa e60969
TODO - list of things to do for libpng:
fukasawa e60969
fukasawa e60969
Final bug fixes.
fukasawa e60969
Better C++ wrapper/full C++ implementation?
fukasawa e60969
Fix problem with C++ and EXTERN "C".
fukasawa e60969
cHRM transformation.
fukasawa e60969
Remove setjmp/longjmp usage in favor of returning error codes.
fukasawa e60969
Palette creation.
fukasawa e60969
Add "grayscale->palette" transformation and "palette->grayscale" detection.
fukasawa e60969
Improved dithering.
fukasawa e60969
Multi-lingual error and warning message support.
fukasawa e60969
Complete sRGB transformation (presently it simply uses gamma=0.45455).
fukasawa e60969
Make profile checking optional via a png_set_something() call.
fukasawa e60969
Man pages for function calls.
fukasawa e60969
Better documentation.
fukasawa e60969
Better filter selection
fukasawa e60969
   (counting huffman bits/precompression?  filter inertia?  filter costs?).
fukasawa e60969
Histogram creation.
fukasawa e60969
Text conversion between different code pages (Latin-1 -> Mac and DOS).
fukasawa e60969
Avoid building gamma tables whenever possible.
fukasawa e60969
Use greater precision when changing to linear gamma for compositing against
fukasawa e60969
  background and doing rgb-to-gray transformation.
fukasawa e60969
Investigate pre-incremented loop counters and other loop constructions.
fukasawa e60969
Add interpolated method of handling interlacing.
fukasawa e60969
Switch to the simpler zlib (zlib/libpng) license if legally possible.
fukasawa e60969
Extend pngvalid.c to validate more of the libpng transformations.
fukasawa e60969
fukasawa e60969
*/