1. 08 Nov, 2017 1 commit
  2. 22 Oct, 2017 1 commit
  3. 21 Oct, 2017 1 commit
  4. 01 Oct, 2017 1 commit
  5. 27 Sep, 2017 1 commit
  6. 24 Sep, 2017 1 commit
  7. 08 Sep, 2017 1 commit
  8. 06 Sep, 2017 1 commit
  9. 29 Aug, 2017 1 commit
  10. 24 Aug, 2017 1 commit
  11. 23 Aug, 2017 1 commit
  12. 16 Aug, 2017 1 commit
  13. 31 Jul, 2017 2 commits
  14. 25 Jul, 2017 1 commit
  15. 30 Jun, 2017 1 commit
  16. 28 Jun, 2017 1 commit
  17. 27 Jun, 2017 1 commit
  18. 26 Jun, 2017 1 commit
  19. 25 Apr, 2017 1 commit
  20. 24 Apr, 2017 1 commit
  21. 14 Apr, 2017 1 commit
    • brian-armstrong-discord's avatar
      Merge pull request #8492 from brian-armstrong-discord:exif_inmemory · 9e054d38
      brian-armstrong-discord authored
      autorotate in-memory jpegs (#8492)
      
      * autorotate in-memory jpegs
      
      * correct indentation (4 spaces)
      
      * imgcodecs: don't apply EXIF rotation for unloaded images
      
      * videoio: don't try to rotate MJPEG stream
      
      * imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
      
      * imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
      9e054d38
  22. 23 Mar, 2017 2 commits
  23. 09 Feb, 2017 1 commit
  24. 07 Feb, 2017 1 commit
  25. 24 Nov, 2016 1 commit
    • guoxuedong's avatar
      Update exif.cpp · e69253a4
      guoxuedong authored
       ExifReader::getExif may enter infinite loop with jpeg image which have no EOI.
      For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
      e69253a4
  26. 10 Nov, 2016 2 commits
  27. 09 Nov, 2016 1 commit
  28. 07 Oct, 2016 1 commit
  29. 06 Sep, 2016 2 commits
  30. 30 Aug, 2016 1 commit
  31. 25 Aug, 2016 1 commit
  32. 16 Aug, 2016 2 commits
    • Morrison's avatar
      handle images with alpha better · ca318e70
      Morrison authored
      UIImages with alpha were ending up with garbage pixels in background (random memory values).  Need to initialize matrix pixels before drawing UIImage with alpha on it.
      
      Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
      ca318e70
    • Patrick Spettel's avatar
      Fix temporary file removal in imdecode for tiff · 84e17126
      Patrick Spettel authored
      The TiffDecoder keeps an open file handle.
      As a consequence the file cannot be removed
      before the TiffDecoder closes the file.
      84e17126
  33. 14 Jul, 2016 1 commit
  34. 12 Jul, 2016 1 commit
  35. 08 Jul, 2016 1 commit
    • Maksim Shabunin's avatar
      GDCM: several improvements · f3bd508e
      Maksim Shabunin authored
      - fixed width and height order
      - removed unused methods
      - simplified signature matching
      - rewrote pixel format matching in more compact form
      - added dimensions number check (only 2 is allowed)
      - added target buffer size check
      - added debug messages in all failing points
      f3bd508e