- 11 Oct, 2017 1 commit
-
-
Tiago de Freitas Pereira authored
-
- 15 Sep, 2017 3 commits
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
Resolve "Cannot read CMYK jpeg images" Closes #19 See merge request !31
-
- 08 Sep, 2017 4 commits
-
-
Manuel Günther authored
Merge branch '19-cannot-read-cmyk-jpeg-images' of https://gitlab.idiap.ch/bob/bob.io.image into 19-cannot-read-cmyk-jpeg-images
-
Manuel Günther authored
-
Manuel Günther authored
Merge branch '19-cannot-read-cmyk-jpeg-images' of https://gitlab.idiap.ch/bob/bob.io.image into 19-cannot-read-cmyk-jpeg-images
-
Manuel Günther authored
-
- 04 Sep, 2017 2 commits
-
-
Amir MOHAMMADI authored
Add a utility function to convert images from matplotlib format to bob format See merge request !32
-
Amir MOHAMMADI authored
-
- 07 Jul, 2017 1 commit
-
-
Jaden DIEFENBAUGH authored
fixed docs badge urls, see bob/admin#2 See merge request !30
-
- 05 Jul, 2017 1 commit
-
-
Jaden DIEFENBAUGH authored
-
- 04 Jul, 2017 1 commit
-
-
Jaden authored
-
- 03 Jul, 2017 1 commit
-
-
Jaden authored
-
- 09 Jun, 2017 4 commits
-
-
Amir MOHAMMADI authored
Mention about bob.io.base.peek in user guide. Closes #24 See merge request !29
-
Amir MOHAMMADI authored
-
Amir MOHAMMADI authored
Fixes #24
-
André Anjos authored
Merge branch '27-non-templated-functions-implemented-in-header-files-need-to-be-inlined' into 'master' inlined non-templated functions implemented in header Closes #27 See merge request !28
-
- 08 Jun, 2017 2 commits
-
-
Manuel Günther authored
-
André Anjos authored
Moved test function into its own extension Closes #23 See merge request !27
-
- 07 Jun, 2017 2 commits
-
-
Manuel Günther authored
-
Manuel Günther authored
-
- 01 Jun, 2017 2 commits
-
-
Amir MOHAMMADI authored
-
Amir MOHAMMADI authored
-
- 28 May, 2017 1 commit
-
-
Amir MOHAMMADI authored
modified README, updated conf.py See merge request !26
-
- 17 May, 2017 1 commit
-
-
akomaty@idiap.ch authored
-
- 12 Apr, 2017 2 commits
-
-
Amir MOHAMMADI authored
improve the imshow function to return the output of plt.imshow See merge request !25
-
Amir MOHAMMADI authored
-
- 14 Feb, 2017 2 commits
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
- 10 Feb, 2017 2 commits
-
-
André Anjos authored
Fixes gcc-4.2.1+libstdc++ compatibility (closes #25) Closes #25 See merge request !23
-
André Anjos authored
-
- 16 Jan, 2017 1 commit
-
-
Amir Mohammadi authored
-
- 14 Jan, 2017 1 commit
-
-
Amir Mohammadi authored
-
- 22 Dec, 2016 1 commit
-
-
Amir Mohammadi authored
-
- 09 Dec, 2016 1 commit
-
-
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
-
- 19 Oct, 2016 4 commits
-
-
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
-