Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 9, 2019 22:39
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 blitline-dev/b69f5baa37f32e9d7641 to your computer and use it in GitHub Desktop.
Save blitline-dev/b69f5baa37f32e9d7641 to your computer and use it in GitHub Desktop.
force_srgb.json
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/MARBLES.TIF",
"src_data" : { "colorspace" : "srgb"},
"v" : 1.23,
"functions":[
{
"name":"resize_to_fit",
"params":{
"width": 500
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment