Last change
on this file since 107813 was 107813, checked in by vboxsync, 3 weeks ago |
libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. bugref:8515
|
File size:
972 bytes
|
Line | |
---|
1 | TODO list for libpng
|
---|
2 | --------------------
|
---|
3 |
|
---|
4 | * Fix all defects (duh!)
|
---|
5 | * cHRM transformation.
|
---|
6 | * Palette creation.
|
---|
7 | * "grayscale->palette" transformation and "palette->grayscale" detection.
|
---|
8 | * Improved dithering.
|
---|
9 | * Multi-lingual error and warning message support.
|
---|
10 | * Complete sRGB transformation. (Currently it simply uses gamma=0.45455.)
|
---|
11 | * Man pages for function calls.
|
---|
12 | * Better documentation.
|
---|
13 | * Better filter selection
|
---|
14 | (e.g., counting huffman bits/precompression; filter inertia; filter costs).
|
---|
15 | * Histogram creation.
|
---|
16 | * Text conversion between different code pages (e.g., Latin-1 to Mac).
|
---|
17 | * Avoid building gamma tables whenever possible.
|
---|
18 | * Greater precision in changing to linear gamma for compositing against
|
---|
19 | background, and in doing rgb-to-gray transformations.
|
---|
20 | * Investigate pre-incremented loop counters and other loop constructions.
|
---|
21 | * Interpolated method of handling interlacing.
|
---|
22 | * More validations for libpng transformations.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.