Resolve "Load images based on magic numbers instead of filename extension in C++"
requested to merge 18-load-images-based-on-magic-numbers-instead-of-filename-extension-in-c into master
Closes #18 (closed)
I have implemented the C++ interface of loading images based on their magic numbers. I have tested this functionality and it works well, even in parallel mode. I have also changed the python interface.
Could someone have a look on the modifications?