All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
lytrostream
module to read, decode and save Lytro file components (LytroFile
,LytroDecoder
andLytroElement
). Currenty,.jpeg
,.png
and.json
files are the only formats supported by the library. A binary file (.bin
) is created for undecoded contents. - Added Doxygen documentation
- Added an example to show how to use the
lytroio
library to split a Lytro file, displaying its format and saving it.