Skip to content
Snippets Groups Projects
  1. Feb 14, 2017
  2. Feb 10, 2017
  3. Jan 16, 2017
  4. Jan 14, 2017
  5. Dec 22, 2016
  6. Dec 09, 2016
    • Tiago de Freitas Pereira's avatar
      Merge branch '21-16-bit-png-images-are-stored-as-big-endian' into 'master' · 22598425
      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
      22598425
  7. Oct 19, 2016
  8. Oct 16, 2016
  9. Oct 14, 2016
  10. Oct 13, 2016
  11. Oct 11, 2016
  12. Oct 05, 2016
  13. Oct 04, 2016
  14. Sep 30, 2016
  15. Sep 29, 2016
  16. Sep 26, 2016
  17. Sep 17, 2016
  18. Sep 15, 2016
  19. Sep 14, 2016
Loading