Optimization
Wiki
# JPEG/JFIF - lossless
jpegoptim "${filepath}"
# PNG (and ICO that is PNG) - lossless
# zopfli makes the entire thing MUCH slower, but saves more space - question is whether it's worth it inflating compress time by 80x (decompress is the same)
# --strip all o...