This code is based on https://github.com/prasannatsm/opencv code.
authorAoD314 <morozov.andrey.vmk@gmail.com>
Thu, 7 Mar 2013 15:29:19 +0000 (19:29 +0400)
committerAoD314 <morozov.andrey.vmk@gmail.com>
Mon, 11 Mar 2013 07:51:38 +0000 (11:51 +0400)
commit63d9ee9523681505e8f7a7ead9fe04bc8ce8a5e5
tree56c2e14652c60cb1ca054c194e30fd4030b63f37
parentfd44322b4fcc50e7316364caeb7b4f15b1eeb11b
This code is based on https://github.com/prasannatsm/opencv code.
- added webp (lossy and lossless without alpha channel)
- added tests
CMakeLists.txt
cmake/OpenCVFindLibsGrfmt.cmake
cmake/OpenCVFindWebP.cmake [new file with mode: 0644]
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/src/grfmt_webp.cpp [new file with mode: 0644]
modules/highgui/src/grfmt_webp.hpp [new file with mode: 0644]
modules/highgui/src/grfmts.hpp
modules/highgui/src/loadsave.cpp