TouhouFest / touhoufest-webapp

custom tuning of cjnwebapp for touhoufest
https://schedule.touhoufest.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

image compression #42

Closed kir12 closed 3 months ago

kir12 commented 3 months ago

a lot of the images were added without regard for file size, therefore we'd like to reduce file size via compression where possible without sacrificing too much image quality

kir12 commented 3 months ago

command for showing file sizes: du --all --human-readable --apparent-size | sort -h

usage example: convert artistalley/cynicalfries.png -resize 25% -quality 90% ~/cynicalfries.png

kir12 commented 3 months ago

ON HOLD until the vendors map issue gets tackled

kir12 commented 3 months ago

with the vendors map added it can be incorporated into compression considerations