blob: 72633774fff0a024e0bee03405586500366e4930 [file] [log] [blame]
Chris Craikb50c2172013-07-29 15:28:30 -07001/*
The Android Open Source Project893912b2009-03-03 19:30:05 -08002TODO - list of things to do for libpng:
3
4Final bug fixes.
The Android Open Source Project893912b2009-03-03 19:30:05 -08005Better C++ wrapper/full C++ implementation?
6Fix problem with C++ and EXTERN "C".
7cHRM transformation.
Chris Craikb50c2172013-07-29 15:28:30 -07008Remove setjmp/longjmp usage in favor of returning error codes.
Matt Sarett9ea75692016-01-08 13:00:42 -05009Palette creation.
The Android Open Source Project893912b2009-03-03 19:30:05 -080010Add "grayscale->palette" transformation and "palette->grayscale" detection.
11Improved dithering.
12Multi-lingual error and warning message support.
13Complete sRGB transformation (presently it simply uses gamma=0.45455).
Sireesh Tripurarib478e662014-05-09 15:15:10 +053014Make profile checking optional via a png_set_something() call.
The Android Open Source Project893912b2009-03-03 19:30:05 -080015Man pages for function calls.
16Better documentation.
17Better filter selection
18 (counting huffman bits/precompression? filter inertia? filter costs?).
19Histogram creation.
20Text conversion between different code pages (Latin-1 -> Mac and DOS).
Chris Craikb50c2172013-07-29 15:28:30 -070021Avoid building gamma tables whenever possible.
The Android Open Source Project893912b2009-03-03 19:30:05 -080022Use greater precision when changing to linear gamma for compositing against
23 background and doing rgb-to-gray transformation.
24Investigate pre-incremented loop counters and other loop constructions.
Patrick Scotta0bb96c2009-07-22 11:50:02 -040025Add interpolated method of handling interlacing.
Chris Craikb50c2172013-07-29 15:28:30 -070026Switch to the simpler zlib (zlib/libpng) license if legally possible.
27Extend pngvalid.c to validate more of the libpng transformations.
28
29*/