Created
April 16, 2015 23:24
-
-
Save blitline-dev/27438c500b9350f078ae to your computer and use it in GitHub Desktop.
sample_hash_array.json
This file contains hidden or 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
{ | |
"application_id": "YOUR_APP_ID", | |
"v": 1.21, | |
"src": "http://cdn.blitline.com/filters/boys.jpeg", | |
"hash": [ | |
"phash_dct", | |
"sha256" | |
], | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 500, | |
"autosharpen": true | |
}, | |
"save": { | |
"image_identifier": "MY_CLIENT_ID" | |
}, | |
"functions": [ | |
{ | |
"name": "resize_to_fill", | |
"params": { | |
"width": 200, | |
"height": 200, | |
"autosharpen": true | |
}, | |
"save": { | |
"image_identifier": "MY_CLIENT_ID_2" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment