45 Commits (83afd09f1396e8434181846e5281029524afdd24)

Author SHA1 Message Date
Harvey af154e3053 fixed bug: opencv read tif file convert Palette color image as grayscale image 4 years ago
shijiayuan 4e97c69792
Merge pull request #17275 from shijiayuan:fixbug 5 years ago
Alexander Alekhin ad2854c8b3 imgcodecs: add check image.empty() in imwrite()/imencode() 6 years ago
Alexander Alekhin db7f689728 imgcodecs(tiff): add more checks 6 years ago
Alexander Alekhin f6230ae019 imgcodecs(tiff): add more checks 6 years ago
Jan Starzynski fb9c083a51 handle all orientations properly 6 years ago
Alexander Alekhin f7856a0f35 imgcodecs(tiff): update tile size checks 6 years ago
Alexander Alekhin 25247b9f6e imgcodecs(tiff): update tile size checks 6 years ago
Alexander Alekhin 0c490accae imgcodecs(tiff): check TIFF tile size 6 years ago
Alexander Alekhin ba5ddd6499 imgcodecs(tiff): sanitize tiff decoder 6 years ago
Alexander Alekhin 2ece029fe0 imgcodecs(tiff): avoid leak of helper struct on malformed inputs 6 years ago
Alexander Alekhin 45428b897f imgcodecs(tiff): avoid leak of helper struct on malformed inputs 6 years ago
Rajkiran Natarajan 40af53b1d6 issue-13921: Support setting compression setting for writing tiff images 6 years ago
Vadim Pisarevsky 11eafca3e2
removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 7 years ago
Ilari Venäläinen e6c41f0de6 Merge pull request #12989 from venalil:fix_thresholded_tiff_read 7 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Rajkiran Natarajan 4668836071 Support for setting TIFF DPI info in imwrite 7 years ago
Maksim Shabunin 0f1e193193 Fixed two issues found by static analysis 7 years ago
Maksim Shabunin 7c855aa3e1 Fixed two issues found by static analysis 7 years ago
Maksim Shabunin 92e9d4ec3a Fixed several issues detected by static analysis 7 years ago
Rostislav Vasilikhin 27b1f8f446 imwrite for multipage images implemented 7 years ago
Vitaly Tuzov 24ee7b5080 Fix for vertically flipped tiff files reading 7 years ago
Coralie RACHEX 16821b877c Merge pull request #10493 from RachexCoralie:tiff32FC1Codec 7 years ago
Alexander Alekhin 08b5dc64af imgcodecs(tiff): drop legacy code 8 years ago
saskatchewancatch 4832c24ef7 Allow TIFF min=white PHOTOMETRIC interpretation images to be read unchanged 8 years ago
Alexander Alekhin c515e878ab build: eliminate Win32 warnings 8 years ago
Jeremy Maitin-Shepard 350d483a70 grfmt_tiff: support in-memory TIFF encoding and decoding 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Hajo Nils Krabbenhöft a8e550f5bf Fixed crash when reading b/w tif images (fixes #5579) 10 years ago
Andreas Stührk 3ec0e0943c TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8. 10 years ago
Andreas Stührk c9481b0fd7 Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 10 years ago
Eric Sommerlade 998a909705 fixed whitespace issues 10 years ago
Eric Sommerlade a07d7a70a0 added support for uncompressed parameters to tiff image format as described here: expertland.net/question/b6o3n6p9a72341db823b48nl98m91dx8n1/detail.html 10 years ago
Ashod Nakashian 473964806c Added imread and imreadmulti regression tests. 10 years ago
Ashod Nakashian ecf359b8c9 Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder. 10 years ago
Maksim Shabunin 571ebb2373 Fixing iOS clang warnings, part 3 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Kobi Gurkan 6cac76bfe4 fixes tab indentation - replacing with 4 spaces 11 years ago
Kobi Gurkan fc8f0e341b adding support for 16-bit 4 channel tiffs 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Matti Picus 31c8f2ec57 fix code, it turns out only TIFFReadRGBATile needs buffer pointer mangling 11 years ago
Stuart Cunningham 5d43d3ca88 Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types. 11 years ago
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host. 11 years ago
Matti Picus 64fd54ffb4 fix tiled read for reading tiles into partial blocks in image 11 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 12 years ago
Fedor Morozov c9ace38897 Docs updated, added InputArray, fixes for makePtr,... 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko beeb932d22 Boring changes - highgui. 12 years ago
Fedor Morozov a5e11079d7 Fixes, missing files, tests 12 years ago