Skip to content

Instantly share code, notes, and snippets.

@sudosoul
Created June 6, 2019 05:47
Show Gist options
  • Save sudosoul/f22996f7ca38887d3db85ce3cef7cf4a to your computer and use it in GitHub Desktop.
Save sudosoul/f22996f7ca38887d3db85ce3cef7cf4a to your computer and use it in GitHub Desktop.
softgrid-json-response
{
"encodedImages": [
{
"type": "high_pass",
"encodedImage": "a very long base64 encoded image string"
},
{
"type": "red_channel",
"encodedImage": "a very long base64 encoded image string"
},
{
"type": "enhanced_blue",
"encodedImage": "a very long base64 encoded image string"
},
{
"type": "enhanced_a",
"encodedImage": "a very long base64 encoded image string"
}
]
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment