Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created November 22, 2013 00:26
Show Gist options
  • Save blitline-dev/7592515 to your computer and use it in GitHub Desktop.
Save blitline-dev/7592515 to your computer and use it in GitHub Desktop.
adjust_dpi_to_6x4
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/Theridula_emertoni_Kaldari_02.jpg",
"functions": [
{
"name": "density",
"params" : { "dpi":"200" },
"functions" : [{
"name" : "resize_to_fill",
"params" : { "width" : 1200, "height" : 800 },
"save": {
"image_identifier": "MY_CLIENT_ID",
"extension": ".pdf"
}
}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment