1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
New in 0.35:
* require -o option to overwrite destination files
New in 0.34:
* allocate fewer arrays on stack to avoid seg faults on MacOS X
New in 0.33:
* fixed compile time bugs needed for newer versions of gcc
New in 0.32:
* new option to 'add' gamma (+g)
* performance enhancement in de-bayer algorithm
* performance enhancement in gamma calculation
* fixed some common build problems (and removed --enable-kdctag option)
New in 0.31:
* added configure option --enable-kdctag which defaults to off to fix
problems some Debian users might have
New in 0.30:
* improved de-bayerization accuracy (with performance decrease)
* option for fast de-bayerization (+f)
* ability to read TIFF and JPEG files
* default output size is 1200x900 for KDC files
New in 0.20:
* major source reorganization, cleaner implementation with a more object
oriented structure
* many performance improvements
* uses autoconf/automake
New in 0.1:
* first public release
|