- 08 Nov, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 22 Oct, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 21 Oct, 2017 1 commit
-
-
blendin authored
-
- 01 Oct, 2017 1 commit
-
-
berak authored
-
- 27 Sep, 2017 1 commit
-
-
blendin authored
-
- 24 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
Drop code under *undefined* HAVE_TIFF (violates several policies, like a way to turn off tiff support)
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 06 Sep, 2017 1 commit
-
-
saskatchewancatch authored
-
- 29 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 16 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 31 Jul, 2017 2 commits
-
-
Jeremy Maitin-Shepard authored
Previously, only file-based encoding and decoding were supported with the libtiff library, leading to the possible use of temporary files. This fixes issue #8483.
-
Jeremy Maitin-Shepard authored
Previously, the return value of fwrite and fclose were not properly checked, leading to possible silent truncation of the data if writing failed, e.g. due to lack of disk space. Fixes issue #9251.
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Apr, 2017 1 commit
-
-
Brian Armstrong authored
-
- 24 Apr, 2017 1 commit
-
-
berak authored
-
- 14 Apr, 2017 1 commit
-
-
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
-
- 23 Mar, 2017 2 commits
-
-
Chaoshuai Lu authored
-
Chaoshuai Lu authored
-
- 09 Feb, 2017 1 commit
-
-
Ilija Puaca authored
-
- 07 Feb, 2017 1 commit
-
-
StevenPuttemans authored
-
- 24 Nov, 2016 1 commit
-
-
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.
-
- 10 Nov, 2016 2 commits
-
-
Arkadiusz Raj authored
-
Arkadiusz Raj authored
-
- 09 Nov, 2016 1 commit
-
-
Arkadiusz Raj authored
-
- 07 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 06 Sep, 2016 2 commits
-
-
Dimitrios Katsaros authored
In cases where the signaure string contains a terminating character, the std::string member function size returns a smaller value than the allocated string. In these cases, if you then try to use substr, you will get an out_of_range exception. This patch remedies the problem.
-
Dimitrios Katsaros authored
This patch implements the PAM image format as defined at: http://netpbm.sourceforge.net/doc/pam.html The PAM format provides a generic means for storing 2 dimensional information. This is useful for opencv since there are cases where data gets translated into non standardized formats, which makes it difficult to store and load this information.
-
- 30 Aug, 2016 1 commit
-
-
Valeriy Van authored
-
- 25 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
Returning to Win2k value is possible via this CMake option: cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
-
- 16 Aug, 2016 2 commits
-
-
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.
-
Patrick Spettel authored
The TiffDecoder keeps an open file handle. As a consequence the file cannot be removed before the TiffDecoder closes the file.
-
- 14 Jul, 2016 1 commit
-
-
thierry authored
-
- 12 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Jul, 2016 1 commit
-
-
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
-