Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Last active December 24, 2015 02:38
Show Gist options
  • Save cwvhogue/6731520 to your computer and use it in GitHub Desktop.
Save cwvhogue/6731520 to your computer and use it in GitHub Desktop.
Command to create thumbnails with ImageMagick convert on Joyent Manta
mfind /$MANTA_USER/public/getty -n 'jpg$' | mjob create -w -m 'convert $MANTA_INPUT_FILE -thumbnail 10000@ -strip -quality 95 PNG8:/var/tmp/out.png && mpipe ${MANTA_INPUT_OBJECT%.*}.png < /var/tmp/out.png'
@mustafaozcaninfo
Copy link

Mustafa Özcan

Kişisel Blog makalelerimi SEO konusundaki deneyimleri paylaştığım blogum.Fırsatları ayağınıza getiren mustafa ozcan blog kişisel temalı yazılar ile gündemde yer alan güncel yazıları sizlere sunma fırsatı ile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment