Xtensor Io Versions Save

xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5

0.3.0

6 years ago

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

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

Supress warnings in cling

0.2.1

6 years ago

Fix: Setting library directory for cling with imported config.hpp file.

0.2.0

6 years ago
  • Add audio reading and writing with libsndfile (supports WAV and OGG files)
  • Add documentation

0.1.0

6 years ago

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).