Skip to content

Instantly share code, notes, and snippets.

@Marak
Created November 5, 2014 00:25
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 Marak/39bb1d9dfb84d8b1074e to your computer and use it in GitHub Desktop.
Save Marak/39bb1d9dfb84d8b1074e to your computer and use it in GitHub Desktop.
cat image to hook.io, rotate, pipe to new file locally
cat cat.jpg | curl --header "content-type: application/octet-stream" --data-binary @- http://hook.io/Marak/image/rotate > upsidedowncat.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment