Skip to content

Instantly share code, notes, and snippets.

@benzenwen
Created July 30, 2013 16:53
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 benzenwen/6114751 to your computer and use it in GitHub Desktop.
Save benzenwen/6114751 to your computer and use it in GitHub Desktop.
Joyent Manta command to convert from JPG to webp using ImageMagick's convert.
mfind -t o -n JPG /$MANTA_USER/stor/pictures | mjob create -w -m 'convert -quality 50 -define webp:lossless=true $MANTA_INPUT_FILE /var/tmp/out.webp && mpipe ${MANTA_INPUT_OBJECT%.*}.webp < /var/tmp/out.webp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment