Commit 4ffc83ead4a4a8c516db044d4c05aa2f2e5b58eb
Reduce some images
Keep slides.pdf under blob limit (5120K)cel committed on 3/6/2020, 5:49:32 PM
Parent: 1067e55b247c877ba0523050fb4268bdd4b145b3
Files changed
get.sh | changed |
get.sh | |||
---|---|---|---|
@@ -19,16 +19,16 @@ | |||
19 | 19 … | ||
20 | 20 … | curl -s https://scuttlebutt.nz/images/ssbprinciples.png | convert - -background white -alpha remove principles.rgb | |
21 | 21 … | curl -s https://dinosaur.is/dweb-2018/screenshots/patchbay-books.png | convert - -crop 820x1009+280+0 -quality 75 books.jpg | |
22 | 22 … | curl -s https://static.fsf.org/nosvn/libreplanet/2020/assets/logo-lores.png | convert - -trim -background white -alpha remove lp2020.rgb | |
23 | -curl -s 'http://localhost:8989/blobs/get/&9s5SJTisjcmDW0q5bAnJtDhXhgB/xIiR2XSXHLyWnik=.sha256' | convert - -geometry x1080 -quality 75 basel.jpg | ||
23 … | +curl -s 'http://localhost:8989/blobs/get/&9s5SJTisjcmDW0q5bAnJtDhXhgB/xIiR2XSXHLyWnik=.sha256' | convert - -geometry x1080 -quality 70 basel.jpg | ||
24 | 24 … | curl -s 'http://localhost:8989/blobs/get/&YpggaVc2FHlZWlwjyBKQjaB3F+wzUJbMaxXreU8D1nU=.sha256' -o coffee.jpg | |
25 | -curl -s 'http://localhost:8989/blobs/get/&V884FhkI2rzPU2k5T27xrsGIV5aP13lXmjB4tj2oNzg=.sha256' | convert - -geometry x1080 -quality 75 patchfox.jpg | ||
25 … | +curl -s 'http://localhost:8989/blobs/get/&V884FhkI2rzPU2k5T27xrsGIV5aP13lXmjB4tj2oNzg=.sha256' | convert - -geometry x1080 -quality 60 patchfox.jpg | ||
26 | 26 … | curl -s 'http://localhost:8989/blobs/get/&EWqyomRXDVVCvF+AZT6QI34Qdlo253ajEqTUbkuEr5k=.sha256' | convert - patchfox-menu.jpg | |
27 | 27 … | curl -s 'http://localhost:8989/blobs/get/&XwcRTSiFlHoNgSS2DolL52NkXFL2wRaUutgeG05vqzs=.sha256' | convert - patchfoo.rgb | |
28 | 28 … | curl -s 'http://localhost:8989/blobs/get/&YVULkp7J7n1fzv2pL/L5ryo9yf9CZXHVJWPH8dPg1qg=.sha256' | rsvg-convert -f eps -o hermies-rainbow.eps | |
29 | 29 … | curl -s 'http://localhost:8989/blobs/get/&oobh9L5zhpAHmOACLLbtJVLzK3EItzumkMRn9XinY6s=.sha256' | rsvg-convert -f eps -o hermies.eps | |
30 | -curl -s 'http://localhost:8989/blobs/get/&ZBjB10qDDJOiiEawiCzqCLbCFsFcvcvdwzNhyGtIgd0=.sha256' | convert - -geometry 1080x -strip -quality 75 scuttlecamp1.jpg | ||
30 … | +curl -s 'http://localhost:8989/blobs/get/&ZBjB10qDDJOiiEawiCzqCLbCFsFcvcvdwzNhyGtIgd0=.sha256' | convert - -geometry 1080x -strip -quality 70 scuttlecamp1.jpg | ||
31 | 31 … | curl -s 'http://localhost:8989/blobs/get/&Tf8ZIWfFMal0Hkj+C81dA9EGEUN7nNxWBu0Jpila4YE=.sha256' | convert - -background white -alpha remove hermies-gift.rgb | |
32 | 32 … | curl -s 'http://localhost:8989/blobs/get/&R/b6gzS3al+S6RHW0KUdS0dPHRN+glgjEUWkXkBt4l8=.sha256' | convert - -geometry 512x -quality 75 hermies-coffee.jpg | |
33 | 33 … | curl -s 'http://localhost:8989/blobs/get/&OVCfC6AhysTM+1DFuaWPZoCK6DIYKlqTkndCu3SvVcY=.sha256' -o oasis.jpg | |
34 | 34 … | curl -s 'http://localhost:8989/blobs/get/&PZGQhVKvAxUxDQGNb6v9KW2qsmupxa5PA2LMJdyFUmM=.sha256' | convert - -geometry 1280x -quality 75 patchbay-chess.jpg |
Built with git-ssb-web