https://github.com/kumy/sva.immo
https://github.com/kumy/sva.immo
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kumy/sva.immo
- Owner: kumy
- License: mit
- Created: 2018-05-22T17:18:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T10:51:34.000Z (about 6 years ago)
- Last Synced: 2025-02-12T07:54:37.901Z (3 months ago)
- Language: HTML
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimize images
```
jpegoptim --size=150k *.jpgfor i in *.jpg; do convert $i -gravity SouthEast -pointsize 16 -font Helvetica -fill "#fffdc3" -annotate +10+10 "Photo M. Vercellino" $i; convert $i -gravity SouthWest -pointsize 16 -font Helvetica -fill "#fffdc3" -annotate +10+10 "https://sva.immo" $i; done
```