68 Commits (e5d78960c6c96c255ca699a0b9f0974e571055b3)

Author SHA1 Message Date
Rachel A 650836d700 Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 4 years ago
Zhuo Zhang 6e1da2ef91
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage 4 years ago
Stefan Dragnev b13b5d86f6
Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream 4 years ago
Alexander Alekhin 7dfe68cac6 imgcodecs: lazy on-demand codecs initialization 5 years ago
StefanBruens 8d78400052
Merge pull request #16494 from StefanBruens:jpeg2000_openjpeg_port 5 years ago
Omar Hassan 8dd0fd8a13 If applied, this commit will describe permission denied message in imwrite_ function when user does not have write permission 5 years ago
Ganesh Kathiresan 80ade96c8c Merge pull request #16309 from ganesh-k13:bugfix/imdecode-resize 5 years ago
Suleyman TURKMEN d88d1c9935
Update loadsave.cpp 6 years ago
Alexander Alekhin ad2854c8b3 imgcodecs: add check image.empty() in imwrite()/imencode() 6 years ago
Alexander Alekhin eedbd1ad59 imgcodecs: force reshaping of imdecode() input into a single row 6 years ago
LaurentBerger f1dc26d7ce Merge pull request #13382 from LaurentBerger:imreadsize 6 years ago
Vadim Pisarevsky 11eafca3e2
removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Alexander Alekhin 0d4fd20a73 imgcodecs: add null pointer check 7 years ago
Alexander Alekhin 0515f930e8 imgcodecs(webp): multiple fixes 7 years ago
pasbi 9f5f64e14e Merge pull request #12192 from pasbi:pfm 7 years ago
Alexander Enaldiev 84584002f2 Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 7 years ago
Alexander Alekhin 35a4551609 imgcodecs: fix imwrite handling of different OutputArray types 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
RAJKIRAN NATARAJAN 6d83a80385 Merge pull request #11176 from saskatchewancatch:issue-11165 7 years ago
Alexander Alekhin a91953b15c imgcodecs: apply CV_OVERRIDE/CV_FINAL 7 years ago
Rostislav Vasilikhin 27b1f8f446 imwrite for multipage images implemented 7 years ago
Vinay Sharma 5aac909046 Merge pull request #10352 from vinay0410:write_pbm 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin 08b5dc64af imgcodecs(tiff): drop legacy code 8 years ago
Alexander Alekhin 999f41fb4f imgcodecs: refactoring, improve code quality 8 years ago
Jeremy Maitin-Shepard 2be955a0ef loadsave: check for errors when using temp file 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Brian Armstrong 40dc0bcd63 fix ByteStreamBuffer 8 years ago
brian-armstrong-discord 9e054d3880 Merge pull request #8492 from brian-armstrong-discord:exif_inmemory 8 years ago
Arkadiusz Raj 40778fa30a Change name to minimize confusion 9 years ago
Arkadiusz Raj 4a9c84c570 Add static to local function 9 years ago
Arkadiusz Raj f893ee5cec Added IMREAD_IGNORE_ORIENTATION flag 9 years ago
Dimitrios Katsaros 6172803012 imgcodecs: Implementation of PAM encoder/decoder 9 years ago
Patrick Spettel 84e1712659 Fix temporary file removal in imdecode for tiff 9 years ago
thierry ea911d34c6 remove 2-channel png encoder/decoder support 9 years ago
Maksim Shabunin 0fd0acf2e3 GDCM: modified compilation scheme 9 years ago
look4pritam 6f22f49c02 Grassroots DiCoM i.e. GDCM based DICOM image reader is added. 9 years ago
thierry 1b5352688f better png transparency handling 9 years ago
edgarriba 1e9bd59f07 load multi/hyperspectral images with using gdal 10 years ago
Suleyman TURKMEN 21c0acff24 Update imgcodecs.hpp 10 years ago
Suleyman TURKMEN 7c226ed7a2 adding new flags to imread to load image reduced 10 years ago
Suleyman TURKMEN 7b7d54df68 new function imread_reduced() 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
Maksim Shabunin 036b13ee05 Fixed GDAL loader check 10 years ago
Ashod Nakashian 61ca38103c Added imreadmulti API to read multi-paged images into a vector of Mat. 10 years ago
Julien Nabet 2d5e3b57ea Fix cppcheck reports warnings: 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago