Commit graph

2 commits

Author SHA1 Message Date
Riku Viitanen 3de09ed538 optimise jpeg files
find . -type f -iname \*.jpg -exec jpegoptim --strip-all --totals {} +
Average compression (484 files): 37.48% (total saved 6263k)

find .. -type f -iname \*.jpg -exec exiftool -artist -author -copyright {} + 2>/dev/null
this reveal that the only files that have copyright related tags are mine
i don't mind them being stripped
2023-06-22 22:20:40 +03:00
Leah Rowe 55760a644a images from old Libreboot git repo: 149273c6742aeed14ec1aaca019f552cfb109457
Images pulled from the old (no longer used) Libreboot git repository:
https://notabug.org/libreboot/libreboot/

That repository is being split into smaller repositories for specific things.
This repository is intended specifically for photos/images.
2021-05-02 16:02:08 +01:00