File: TODO

package info (click to toggle)
kdc2tiff 0.35-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: cpp: 3,107; ansic: 832; sh: 330; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Immediate plans:
* figure out why image quality is not as good as Kodak supplied tools
* figure out appropriate colour correction (white balance)
* write a light tiff library for reading KDC files
* include support for other .kdc file formats (ie. from DC40/DC50)
* write a kdctopnm tool for use with the netpbm package

Old plans:
* improve contrast enhancement (work with intensity, not individual colors)
* optimize getScanLine*() in GImageComponent
* write cropping filter
* write red-eye reduction algorithm
* decode format of files from known digital cameras (DC120 and CP950)
* rewrite the gamma correction equations to use all integer math
* make TIFF compression scheme work
* make contrast enhancement and white balance work with all image types
* make command line interface as similar as possible to 'convert'
* update GFilter_Rotate to handle non-90 degree angles