Home
Pro
Helpers
Services
Login
Services
This form is set to POST to http://services.snipshot.com/.
Test form
Parameter
Value
Description
snipshot_input
Required.
Can be either: a) A URL for an image, b) posted image data, or c) the name of another field that carries image data or a URL for an image.
snipshot_callback
The URL that Snipshot should call back to. If this is not specified, the user will be given the normal choice of save options.
snipshot_callback_agent
snipshot
user
Use either the Snipshot server or the user's browser to perform the callback request. Defaults to "snipshot".
Read more
.
snipshot_callback_redirect
The URL of the page that Snipshot should redirect the user to. Defaults to the value of snipshot_callback. Valid only when snipshot_callback_agent is "snipshot".
snipshot_output
The name of the field that will carry the edited image, either as POST data or as a temporary URL depending on snipshot_callback_agent. Defaults to any field name specified in "snipshot_input". Otherwise, it defaults to the field name "snipshot_output".
snipshot_input_options
{"adjust":{ "brightness":0, "contrast":0, "hue":0, "rotate":0, "saturation":50, "sharpness":0}, "effect":{ "enhance":false}}
A JSON dictionary of key-value pairs that relate to the input image.
Read more
.
snipshot_output_options
{"filename":null, "hires":false, "filetype":"jpg", "size": { "max": { "width": null, "height": null}}}
A JSON dictionary of key-value pairs that relate to the output image.
Read more
.
snipshot_locale
The URL for a locale file that contains replacements for text inside Snipshot.
Read more.
snipshot_css
#enhance, #rotate{ display: block; } #sepia, #grayscale{ display: none; }
CSS statements or the URL for a CSS file. Overrides the default Snipshot CSS.
Just a moment please...