Skip to content
This release rewrites a lot of of the image processing pipeline. Megapixels now only
directly outputs .dng files and then triggers an external processing pipeline to convert
that into the desired image formats.

Main changes:
* Capture 5 raw frames when pressing the capture button
* Added colorspace metadata to the config file
* Write exif/dng metadata with camera information
* Added postprocess.sh which converts the dng burst into a final image
* Trigger continuous autofocus if the driver supports it
* Fixed some memory leaks

This release adds a new libtiff-4 dependency for packaging. It also has a runtime
dependency now on dcraw or dcraw_emu from libraw and imagemagick for the default
postprocess.sh script.