Skip to content

emijrp/flickr-timecapsule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flickr-timecapsule

Some of my pictures on Flickr, resized to < 100 KB to fit GitHub Arctic Code Vault filesize limit.

My pictures are CC-BY-SA licensed.

Technical details

Useful command to resize all pictures in a directory:

find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} convert -define jpeg:extent=90kb "{}" "{}"

Be careful, it overwrites files.

Example image