OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
libpng16-16
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
ANNOUNCE
963 bytes
09/29/2017 08:40:56 AM
rw-r--r--
📄
README.gz
4.56 KB
09/29/2017 08:40:57 AM
rw-r--r--
📄
TODO
1.22 KB
01/20/2017 08:13:19 PM
rw-r--r--
📄
changelog.Debian.gz
1.11 KB
04/30/2019 02:56:15 PM
rw-r--r--
📄
copyright
12.17 KB
09/29/2017 06:44:29 AM
rw-r--r--
📄
libpng-manual.txt.gz
70.68 KB
09/29/2017 08:40:57 AM
rw-r--r--
Editing: TODO
Close
/* TODO - list of things to do for libpng: Final bug fixes. Better C++ wrapper/full C++ implementation? Fix problem with C++ and EXTERN "C". cHRM transformation. Remove setjmp/longjmp usage in favor of returning error codes. As a start on this, minimize the use of png_error(), replacing them with png_warning(); return(0); or similar. Palette creation. Add "grayscale->palette" transformation and "palette->grayscale" detection. Improved dithering. Multi-lingual error and warning message support. Complete sRGB transformation (presently it simply uses gamma=0.45455). Man pages for function calls. Better documentation. Better filter selection (counting huffman bits/precompression? filter inertia? filter costs?). Histogram creation. Text conversion between different code pages (Latin-1 -> Mac and DOS). Avoid building gamma tables whenever possible. Use greater precision when changing to linear gamma for compositing against background and doing rgb-to-gray transformation. Investigate pre-incremented loop counters and other loop constructions. Add interpolated method of handling interlacing. Extend pngvalid.c to validate more of the libpng transformations. Refactor preprocessor conditionals to compile entire statements */