~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to gdchart0.94c/gd-1.8.3/libpng-1.0.8/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TODO - list of things to do for libpng:
2
 
 
3
 
Final bug fixes.
4
 
Improve API by hiding the png_struct and png_info structs.
5
 
Finish work on the no-floating-point version (including gamma compensation)
6
 
Better C++ wrapper/full C++ implementation?
7
 
Fix problem with C++ and EXTERN "C".
8
 
cHRM transformation.
9
 
Improve setjmp/longjmp usage or remove it in favor of returning error codes.
10
 
Add "grayscale->palette" transformation and "palette->grayscale" detection.
11
 
Improved dithering.
12
 
Multi-lingual error and warning message support.
13
 
Complete sRGB transformation (presently it simply uses gamma=0.45455).
14
 
Man pages for function calls.
15
 
Better documentation.
16
 
Better filter selection
17
 
   (counting huffman bits/precompression?  filter inertia?  filter costs?).
18
 
Histogram creation.
19
 
Text conversion between different code pages (Latin-1 -> Mac and DOS).