- added webp (lossy and lossless without alpha channel)
- added tests
This commit is contained in:
AoD314
2013-03-07 19:29:19 +04:00
parent fd44322b4f
commit 63d9ee9523
9 changed files with 429 additions and 2 deletions

View File

@@ -223,7 +223,8 @@ enum
CV_IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY =2,
CV_IMWRITE_PNG_STRATEGY_RLE =3,
CV_IMWRITE_PNG_STRATEGY_FIXED =4,
CV_IMWRITE_PXM_BINARY =32
CV_IMWRITE_PXM_BINARY =32,
CV_IMWRITE_WEBP_QUALITY =64
};
/* save image to file */