Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 674 Bytes

travel-blog

Netlify Status

Setup

Cleaning up images from the camera

  • brew install imagemagick
  • ./camera-to-web.sh

Find images that might not have been compressed

finds the top ten large files in dir including sub dirs

cd assests/images
find . -type f -exec stat -f '%z %N' {} + | sort -nr | head -10

Creating thumbnails for image-gallery.html

  • brew install imagemagick
  • ./create-thumbnails.sh