added jpeg progressive support.

This commit is contained in:
Nicolas Gryman
2014-02-18 23:36:26 -05:00
committed by ngryman
parent 3782c324c4
commit b211e1d989
4 changed files with 40 additions and 6 deletions

View File

@@ -220,6 +220,7 @@ CVAPI(CvMat*) cvLoadImageM( const char* filename, int iscolor CV_DEFAULT(CV_LOAD
enum
{
CV_IMWRITE_JPEG_QUALITY =1,
CV_IMWRITE_JPEG_PROGRESSIVE =2,
CV_IMWRITE_PNG_COMPRESSION =16,
CV_IMWRITE_PNG_STRATEGY =17,
CV_IMWRITE_PNG_BILEVEL =18,