Created
June 6, 2019 05:47
-
-
Save sudosoul/f22996f7ca38887d3db85ce3cef7cf4a to your computer and use it in GitHub Desktop.
softgrid-json-response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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