Blame gtkmm-osx/libpng-1.2.5/TODO

darco 56a656
TODO - list of things to do for libpng:
darco 56a656
darco 56a656
Final bug fixes.
darco 56a656
Improve API by hiding the png_struct and png_info structs.
darco 56a656
Finish work on the no-floating-point version (including gamma compensation)
darco 56a656
Better C++ wrapper/full C++ implementation?
darco 56a656
Fix problem with C++ and EXTERN "C".
darco 56a656
cHRM transformation.
darco 56a656
Improve setjmp/longjmp usage or remove it in favor of returning error codes.
darco 56a656
Add "grayscale->palette" transformation and "palette->grayscale" detection.
darco 56a656
Improved dithering.
darco 56a656
Multi-lingual error and warning message support.
darco 56a656
Complete sRGB transformation (presently it simply uses gamma=0.45455).
darco 56a656
Man pages for function calls.
darco 56a656
Better documentation.
darco 56a656
Better filter selection
darco 56a656
   (counting huffman bits/precompression?  filter inertia?  filter costs?).
darco 56a656
Histogram creation.
darco 56a656
Text conversion between different code pages (Latin-1 -> Mac and DOS).
darco 56a656
Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
darco 56a656
Build gamma tables using fixed point (and do away with floating point entirely).
darco 56a656
Use greater precision when changing to linear gamma for compositing against
darco 56a656
  background and doing rgb-to-gray transformation.
darco 56a656
Investigate pre-incremented loop counters and other loop constructions.