I\'m doing optimization and Google recommends Lossless compression to images, looking for a way to implement this in Django.
Here\'s the images they specified, I think f
I have no experience with it, however, picopt looks comprehensive. It relies extensively on external tools to perform the optimisation, so it might be difficult to set up in constrained or hosted server environments.
Other than that, try googling "python image optimization". There are a few other links that suggest that a PIL based solution might be possible, for example: