Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 728 Bytes

Changelog

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.

[Unreleased]

[0.1.0] - 2024-01-08

Added

  • Added lytrostream module to read, decode and save Lytro file components (LytroFile, LytroDecoder and LytroElement). 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.