17 Commits (0c9c7d5f3b79218edf2f4352e7ffb574e7f81483)

Author SHA1 Message Date
micalan 0a306f8804 Camera orientation handling is added for jpeg files 9 years ago
Andreas Stührk c9481b0fd7 Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 10 years ago
Alexander Smorkalov 6e1a595342 GCC 4.8 warning array subscript is above array bounds fixed. 10 years ago
Ashod Nakashian f75f2ffd48 Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale. 10 years ago
Ashod Nakashian 6fd2fdc2e6 Jasper unit-tests and removed a superfluous assertion. 10 years ago
Maksim Shabunin 036b13ee05 Fixed GDAL loader check 10 years ago
Vladislav Vinogradov c120001178 fix -Wsign-compare warnings 10 years ago
Ashod Nakashian 473964806c Added imread and imreadmulti regression tests. 10 years ago
Maksim Shabunin e85ae5f2f0 Fixed imgcodecs tests 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Kobi Gurkan 6cac76bfe4 fixes tab indentation - replacing with 4 spaces 10 years ago
Kobi Gurkan fc8f0e341b adding support for 16-bit 4 channel tiffs 10 years ago
Sergey Nikulov 9d107fb2d5 fixed test compilation 10 years ago
Sergey Nikulov bd144cfa64 upmerged pull req #2974 to master - added more jpeg options to imgcodecs 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Nicolas Gryman da34f1d58c added jpeg with optimized coding support. 11 years ago
Nicolas Gryman b211e1d989 added jpeg progressive support. 11 years ago
Alexander Smorkalov dbb7aa7856 Highgui_Tiff.decode_tile16384x16384 disabled for Android. 11 years ago
Matti Picus dc50dc7254 fix merge 11 years ago
Matti Picus 46d128e073 add test (needs updated opencv_extra repo) 11 years ago
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host. 11 years ago
Fedor Morozov c9ace38897 Docs updated, added InputArray, fixes for makePtr,... 11 years ago
Alexander Shishkov e354fa3fd1 fixed test data in highgui test for HDR 11 years ago
Hanusz Leszek 32635a6834 using unsigned char instead of uint8_t to compile under windows 11 years ago
Hanusz Leszek cf39ba5801 Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel 11 years ago
Fedor Morozov 302bf23f82 All hdr functions as Algorithms 11 years ago
Fedor Morozov 703cf8cef7 Calibration, various changes 12 years ago
Alexander Shishkov a29ce401d5 minore changes in test on HDR fromat 12 years ago
andrey.morozov e4e0862c2e added support image with alpha channel 12 years ago
andrey.morozov 8d0452ed59 added test to save image with webp with alpha channel 12 years ago
Fedor Morozov 84ea0c9a97 Tests and rgbe fix 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
AoD314 7d0c600504 improved test of webp 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
AoD314 eb012a5993 added tests for WebP 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
kobigurk 18a5b8dfc6 fixed tab indent 12 years ago
kobigurk 88e0127f44 API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected 12 years ago
kobigurk 109e047a28 * img_test is now tested for channel numbers instead of img 12 years ago
kobigurk 9f80c6c989 added test for 4 channel tiff 12 years ago
Andrey Kamaev 55b90d7bae Modify decode_tile16384x16384 test to not fail when available memory is not enough for test 12 years ago
Andrey Kamaev 11871528ce Solve conflict between tiff.h and opencv2/core/types_c.h 12 years ago
Andrey Kamaev b4d0dff4c5 Added minimal support for tiff encoder parameters and test for issue #2161 12 years ago
Andrey Kamaev 255cd61a8c Improve error reporting of JPEG image encoder 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 5b2271c6fb another fix for #2332 test 12 years ago
Vadim Pisarevsky 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago