Large webp file loading

I am loading a webp file in C++. it showed that my webp file is too large.

File is too large. Increase OPENCV_IMGCODECS_WEBP_MAX_FILE_SIZE parameter if you want to process large files (expected: ‘fs_size <= param_maxFileSize’), where
‘fs_size’ is 81092200
must be less than or equal to
‘param_maxFileSize’ is 67108864

How can I address this?

Thank you!

it’s an environment variable.

It worked. Thank you very much!

take a look, why it is there: