As you know, I have been trying to build and publish one of my websites from either my Mac or my iPhone. For that specific website, I write my content in Markdown, and then I use Pelican and a couple of Python and shell scripts to build the static HTML with the correct file and folder structure and, finally, to upload the website through FTP. This week, I decided to start building my own (almost pure Python) utility to optimize images for the web.
I know that image optimization algorithms are a pretty technical subject, and I certainly won’t be able to come out with a Python implementation of any of the mentioned binary utilities. However I will still try to find out if there is any other kind of optimization that can be done using the Python tools available or installable in Pythonista.
Check it out:
https://no-title.victordomingos.com/articles/2018/new_python_project_optimize-images/
As always, if you have some nice tip and want to contribute, I will certainly appreciate it very much! :)