Skip to content

Instantly share code, notes, and snippets.

@vlprans
Created July 9, 2019 12:00
Show Gist options
  • Select an option

  • Save vlprans/58053f65f04aaafcf0b665dd658edebb to your computer and use it in GitHub Desktop.

Select an option

Save vlprans/58053f65f04aaafcf0b665dd658edebb to your computer and use it in GitHub Desktop.
{
"source": {
"http": {
"url": "https://images.example.com/your-small-image.jpg"
}
},
"operations": [
{
"op": "nn/jpegar", "force": true
},
{
"op": "nn/magic",
"width": 7680, "height": 4320
},
{
"op": "img/encode",
"format": "JPEG",
"format_opts": { "quality": 90 }
}
],
"sink": {
"temp_store": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment