1,554
edits
(fix difference between fullsize and omitting. →GET /v1/mediarecords/{UUID}/media) |
(fix difference between fullsize and omitting →GET /v1/records/{UUID}/media) |
||
Line 563: | Line 563: | ||
|quality | |quality | ||
|"thumbnail" "webview" "fullsize" | |"thumbnail" "webview" "fullsize" | ||
|Specify the quality of the image returned from the API. The values "thumbnail" or "webview" return derivative images of width 260 and 600 pixels respectively. The value "fullsize" | |Specify the quality of the JPEG image returned from the API. The values "thumbnail" or "webview" return derivative images of width 260 and 600 pixels respectively. The value "fullsize" returns a derivative image that matches the size (width in pixels) of the original image. Omitting quality will return the full-size original image as specified in accessURI by the provider. | ||
|} | |} | ||
edits