-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch...
Merge branch '18-load-images-based-on-magic-numbers-instead-of-filename-extension-in-c' into 'master' Resolve "Load images based on magic numbers instead of filename extension in C++" Closes #18 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? See merge request !17
No related branches found
No related tags found
Pipeline #
Showing
- bob/io/image/__init__.py 3 additions, 11 deletionsbob/io/image/__init__.py
- bob/io/image/cpp/image.cpp 100 additions, 0 deletionsbob/io/image/cpp/image.cpp
- bob/io/image/include/bob.io.image/config.h 1 addition, 1 deletionbob/io/image/include/bob.io.image/config.h
- bob/io/image/include/bob.io.image/image.h 16 additions, 29 deletionsbob/io/image/include/bob.io.image/image.h
- bob/io/image/include/bob.io.image/jpeg.h 1 addition, 1 deletionbob/io/image/include/bob.io.image/jpeg.h
- bob/io/image/include/bob.io.image/netpbm.h 1 addition, 1 deletionbob/io/image/include/bob.io.image/netpbm.h
- bob/io/image/include/bob.io.image/png.h 1 addition, 1 deletionbob/io/image/include/bob.io.image/png.h
- bob/io/image/include/bob.io.image/tiff.h 1 addition, 1 deletionbob/io/image/include/bob.io.image/tiff.h
- bob/io/image/main.cpp 65 additions, 12 deletionsbob/io/image/main.cpp
- setup.py 1 addition, 0 deletionssetup.py
Loading
Please register or sign in to comment