-
Notifications
You must be signed in to change notification settings - Fork 2
Requests
Mohammad (Moa) Raji edited this page Sep 2, 2017
·
1 revision
Several requests are accepted by the Enchiladas HTTP server. This page is an ongoing work of documenting their formats.
Image requests (sent by tapestry.js) or manually (e.g. using curl) take the following form:
/image/dataset/x/y/z/upx/upy/upz/vx/vy/vz/lowquality/options?
options
is a comma separated string with keys and values appended sequentially.
The following options are supported:
- colormap
- hq
- timestep
- onlysave
- filename
- filters
Filters are separated using a hyphen. For example:
filters,watermark-bw
would apply a watermarking filter, then a black and white filter, provided that the filters are added as Tapestry plugins.