Does anyone know of any way to convert a ppm file to a jpeg/jpg using python 3.4.1 specifically? I've looked around and can only find solutions for previous version of python.
PPM to JPEG/JPG conversion for Python 3.4.1
18.7k Views Asked by star At
2
You can use the
Pillow
module. The following should work:Read through the tutorial for more information.