Skip to content

Instantly share code, notes, and snippets.

@mabahamo
Last active December 24, 2023 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabahamo/5ae25b45ccadc35895d8c7da42236e9b to your computer and use it in GitHub Desktop.
Save mabahamo/5ae25b45ccadc35895d8c7da42236e9b to your computer and use it in GitHub Desktop.
#!/bin/sh
set -x
filename=`basename $1`
name=`echo $filename | cut -f1 -d'.'`
convert -quality 100 -density 200 -colorspace sRGB "$filename" "$name-%02d.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment