Releases: jonathanschilling/irb
Releases · jonathanschilling/irb
v1.2.0: implement compression type 2 and general housekeeping
A new (de-)compression method was implemented, which allows to read a broader set of files.
Frame headers were discovered and explicitly implemented - IrbHeader is now IrbFrameHeader.
Some general housekeeping was performed and documentation was added.
v1.1.3: get compression method 1 to work again
This release gets the compression method 1 (run-length encoding of palette entries) to work again.
v1.1.2: ignore mystery header block types
- add dummy definitions for mystery header blocks with IDs 5 and 6
- ignore header block types 5 - 7 (7 being AUDIO) in parsing for now
Full Changelog: v1.1.1...v1.1.2
v1.1.1: [FIX] ignore non-empty EMPTY blocks
... should fix first part of #5
v1.1.0: allow to export video files
v1.1.0 implements the possibility to export video data.
v1.0.3: new CLI
A new command-line interface was added using picocli.
v1.0.2
- added headless mode (optional command-line argument
--headless)
v1.0.1
v1.0.1
first release
The command-line version works with JyPlot.