Reputation: 1344
I wonder if there is some replacement of cv::imencode function without a need of OpenCV. I'd like to have that still under python. Can please advice how to replace it without using OpenCV?
Thank you.
Upvotes: 1
Views: 1150
Reputation: 51
Perhaps you can take a look on my https://github.com/lilohuang/PyTurboJPEG which is a Python wrapper of libjpeg-turbo for decoding and encoding JPEG image without using OpenCV.
Upvotes: 1