Releases: xtensor-stack/xtensor-io
Releases · xtensor-stack/xtensor-io
0.3.0
Lot's of fixes to image loading and saving thanks to @ukoethe
- Allow image IO for value_types other than uint8_t
- dump_image(): check if data has a channel axis
- fixed shape in load_image()/dump_image()
0.2.4
Merge pull request #12 from wolfv/include_guards
Include guards & Copyright notices
0.2.3
Merge pull request #11 from wolfv/0.2.3
fix warnings, release 0.2.3
0.2.2
Supress warnings in cling
0.2.1
Fix: Setting library directory for cling with imported config.hpp file.
0.2.0
- Add audio reading and writing with
libsndfile
(supports WAV and OGG files)
- Add documentation
0.1.0
The first release of xtensor-io is here. Load some crispy PNGs or even JPEG's. And saving is possible, too!
Also available: Reading and writing of NumPy compressed NPZ files, in C++.
All features still have to be battle-tested, and we're happy to add some more options on demand (for example for image loading).