- Feb 14, 2017
-
-
Tiago de Freitas Pereira authored
-
- Feb 10, 2017
-
-
André Anjos authored
Fixes gcc-4.2.1+libstdc++ compatibility (closes #25) Closes #25 See merge request !23
-
André Anjos authored
-
- Jan 16, 2017
-
-
Amir Mohammadi authored
-
- Jan 14, 2017
-
-
Amir Mohammadi authored
-
- Dec 22, 2016
-
-
Amir Mohammadi authored
-
- Dec 09, 2016
-
-
Tiago de Freitas Pereira authored
Resolve "16 bit PNG images are stored as big endian" Closes #21 I have added functionality to read and write 16 bit PNG images correctly. 16 bit PNG images are stored as big-endian, but before we were writing them as little-endian. This PR fixes that. This fix also includes a generic way of loading in one data type (e.g., uint_16) and automatically converting it into another data type (e.g., using uint8_t). Conversion is done such that pixel values are automatically scaled (in contrast to casting, which would cut off the MSB). @andre.anjos I assign this PR to you since you have written the IO libraries. See merge request !21
-
- Oct 19, 2016
-
-
Manuel Günther authored
Merge branch '21-16-bit-png-images-are-stored-as-big-endian' of https://gitlab.idiap.ch/bob/bob.io.image into 21-16-bit-png-images-are-stored-as-big-endian
-
Manuel Günther authored
-
Manuel Günther authored
Fixed implementation of 16 to 8 bit PNG (now I am converting, instead of casting -> I get the MSB instead of the LSB)
-
Manuel Günther authored
-
- Oct 16, 2016
-
-
Amir Mohammadi authored
-
Amir Mohammadi authored
-
Amir Mohammadi authored
-
- Oct 14, 2016
-
-
Amir MOHAMMADI authored
Add an imshow method to easily plot images See merge request !22
-
Amir Mohammadi authored
-
- Oct 13, 2016
-
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
[Automatic] update links and the ci mostly See merge request !20
-
André Anjos authored
-
- Oct 11, 2016
-
-
Manuel Günther authored
-
Manuel Günther authored
-
- Oct 05, 2016
-
-
Amir Mohammadi authored
-
- Oct 04, 2016
-
-
Amir Mohammadi authored
-
- Sep 30, 2016
-
-
Manuel Günther authored
Fixed implementation of 16 to 8 bit PNG (now I am converting, instead of casting -> I get the MSB instead of the LSB)
-
- Sep 29, 2016
-
-
Manuel Günther authored
-
- Sep 26, 2016
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
- Sep 17, 2016
-
-
André Anjos authored
-
- Sep 15, 2016
-
-
André Anjos authored
Fixes jpeg warning and wrong libpng warning/error handling Closes #3 Closes #15 See merge request !19
-
Manuel Günther authored
-
Manuel Günther authored
-
Manuel Günther authored
-
- Sep 14, 2016
-
-
Manuel Günther authored
-
Manuel Günther authored
Issue 20 Closes #20 See merge request !18
-
Manuel Günther authored
-
André Anjos authored
-
André Anjos authored
-
Tiago de Freitas Pereira authored
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
-