Drop ALL C++ code from this code.
This package (in practical terms, which means the features we use the most) has three base functionalities.
- With the support of
bob.io.image
it reads and writes images (bob.io.base.load and bob.io.base.save) - Reads and writes HDF5 files with matrices with the command
bob.io.base.load
andbob.io.base.save
. - Support to read and write complex HD5 files
I'll rewire the bob.io.base API to
- use imageio for reading and writing image formats (solving 1);
- use h5py for reading and writing hdf5 files (solving 2);
- rewrite pieces of code that use the complex HD5 files using h5py (solving issue 3).
Sounds reasonable enough?
ping @amohammadi @ydayer @flavio.tarsetti @mguenther @lcolbois
Edited by Tiago de Freitas Pereira