mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
0515f930e8
- don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR) - avoid memory DDOS - avoid reading of whole file during header processing - avoid data access after allocated buffer during header processing (missing checks) - use WebPFree() to free allocated buffers (libwebp >= 0.5.0) - drop unused & undefined `.close()` method - added checks for channels >= 5 in encoder |
||
---|---|---|
.. | ||
test_grfmt.cpp | ||
test_jpeg.cpp | ||
test_main.cpp | ||
test_png.cpp | ||
test_precomp.hpp | ||
test_read_write.cpp | ||
test_tiff.cpp | ||
test_webp.cpp |