BUGS and ISSUES
===============

- return-code of hdrff and it's modules are currently not completely defined
  (cannot pass returncodes with parallel processing)

- makeHDR.inc:
  * potential problem with cameras which change exposure and iso during 
    sequences (maybe use LVs in sort)

TODO
====

1.2
===

- finish make-release

1.3
===

- Makefile
  * write rpm spec
  * add rpm-target
  * add rpm to upload-files

- improve logging
  * add log-file option: -l file
    + bin/hdrff (parseArguments, put_msg)
    + update manpage
  * pipe stdout/stderr of commands (modules?) to msg

- implement tca-db
  * config-vars: 
     FIXCA_DBPATH=...
     FIXCA_POLICY=READ|CALC|UPDATE|TEMP
  * add check for sqlite3
  * implement functions
  * add section in user's guide


- skip degenerated image sequences for hdr-processing
  * hdrff.conf: add HDR_SKIP_SINGLE
  * makeHDR.inc
  * tmDrago.inc
  * tmDurand.inc
  * tmFattal.inc
  * tmMantiuk.inc
  * tmPattanaik.inc
  * tmReinhard02.inc
  * tmReinhard05.inc
  * makeGIMP.inc

- run standard tests on hdrff

- hdrff4img
  * retest base functionality
    raw -> tif     -> fixCA  -> align -> enfuse
    raw -> fixCA             -> align -> hdr
    raw -> align
    raw -> enfuse
    raw -> hdr     -> drago

- support redo/resume (don't start over ?!)

- makeHDR.inc:
  * add some more config-vars
  * use exiftool (fnumber,exposuretime,lightvalue) to create hdrcfg ?

- wrapper-script calling a module with a range of parameters

- add new modules/features
  * autoRotate: rotate images automatically (useful only for jpg-files)
  * resizeImages: resize final image (but PREVIEW_MODE could be more efficient)
  * convertImages: generic ImageMagick convert-module
  * blendFiles: create jpg/tif from multiple files (like makeGIMP)
                (maybe handle with tif/jpg extension for GIMP_EXT??)

- redesign config-file
  * a single config-file does not scale
  * maybe use module-specific cfg-file and include *.conf?!
  * automatically update /etc/hdrff.conf during installation


