Hacker News new | ask | show | jobs
by classic959 2418 days ago
I drop photos (from whatever device) into a folder on my NAS and they get automatically sanitized of EXIF data, and resized/bordered ready for posting to the internet.

It's simply a cron & bash script on a server that monitors one NAS folder, then drops the output into a second folder where I can pick them up and use them.

It uses ImageMagick & Exiftool.