user3428154
user3428154

Reputation: 1344

Replacement of cv::imencode

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

Answers (1)

Lilo Huang
Lilo Huang

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

Related Questions