Skip to content

Instantly share code, notes, and snippets.

@fatso83
Created January 18, 2018 08:01
Show Gist options
  • Save fatso83/e23cd02f64a3517ae7459add7ea0398f to your computer and use it in GitHub Desktop.
Save fatso83/e23cd02f64a3517ae7459add7ea0398f to your computer and use it in GitHub Desktop.
$ curl -s 'https://a0.muscache.com/im/pictures/470c18b0-7527-44d5-88bf-546528f8f169.jpg?aki_policy=xx_large' -o fil; file fil
fil: JPEG image data, JFIF standard 1.02, aspect ratio, density 1x1, segment length 16, progressive, precision 8, 972x960, frames 3
$ curl -s 'https://a0.muscache.com/im/pictures/470c18b0-7527-44d5-88bf-546528f8f169.jpg?aki_policy=x_large' -o fil; file fil
fil: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, progressive, precision 8, 692x683, frames 3
$ curl -s 'https://a0.muscache.com/im/pictures/470c18b0-7527-44d5-88bf-546528f8f169.jpg?aki_policy=large' -o fil; file fil
fil: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, progressive, precision 8, 486x426, frames 3
$ curl -s 'https://a0.muscache.com/im/pictures/470c18b0-7527-44d5-88bf-546528f8f169.jpg?aki_policy=medium' -o fil; file fil
fil: JPEG image data, JFIF standard 1.02, aspect ratio, density 1x1, segment length 16, progressive, precision 8, 208x183, frames 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment