Created
August 11, 2014 17:41
-
-
Save jhohlfeld/35c0d8bfeae6f3500400 to your computer and use it in GitHub Desktop.
simg service json spec
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
{ | |
"uri": "demo/345ad0f7.jpg", | |
"size": [3200, 2400], | |
"delegates": [{ | |
"uri": "demo/image-xsmall.jpg", | |
"size": [320, 240] | |
}, { | |
"uri": "demo/image-small.jpg", | |
"size": [640, 480] | |
}, { | |
"uri": "demo/image-large.jpg", | |
"size": [1600, 1080] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment