imageResizeRequest
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
targetFormat (string) | 0/1 | |
image (image) | 0/1 | |
cropHeight (int) | 1/1 | |
cropWidth (int) | 1/1 | |
cropStartX (int) | 1/1 | |
cropStartY (int) | 1/1 | |
width (int) | 1/1 | |
height (int) | 1/1 | |
mode (string) | 0/1 | Returns the mode (eg. cropandresize) |
resizeMode (string) | 0/1 | Returns the resizemode (eg. force) |
JSON
property | type | description |
---|---|---|
targetFormat | targetFormat (string) | |
image | image (image) | |
cropHeight | cropHeight (int) | |
cropWidth | cropWidth (int) | |
cropStartX | cropStartX (int) | |
cropStartY | cropStartY (int) | |
width | width (int) | |
height | height (int) | |
mode | mode (string) | Returns the mode (eg. cropandresize) |
resizeMode | resizeMode (string) | Returns the resizemode (eg. force) |