How can I use JPEGoptim library in pyCharm that requires libJPEG

78 views Asked by At

I want to manipulate images from my PC having windows 7 32 bit and working on python with pycharm IDE. I came to library (jpegOPTIM) that I need for my project. But according to their installation page i need to install libjpeg before using their python bundle as described on their homepage (https://pypi.org/project/pyjpegoptim/) The question is How can I install libjpeg in my windows 7(AS I haven't found any python package of libnjpeg). So that I can use jpegoptim python package on my python file.

0

There are 0 answers