| $image | The image data |
| $dimension | The maximum dimension of the cropd image. expressed in pixels (x1, y1, x2, y2). If empty, then the default values are are 'y1 = 0', 'x1 = 0', 'x2 = 100' and 'y2 = 100'. |
| $mimeType | The mime-type of the image |
| $image | The image data |
| $image | The image data |
| $native-format | When true metadata of the images native format is returned, otherwise common java ImageIO metadata is returned. |
| $image | The image data |
| $image | The image data |
| $dimension | The maximum dimension of the scaled image. expressed in pixels (maxheight, maxwidth). If empty, then the default values are 'maxheight = 100' and 'maxwidth = 100'. |
| $mimeType | The mime-type of the image |
| $collection | The URI to the collection |
| $thumbnail-location | The location in the database where the thumbnails should be created, this can be a local path, with the prefix 'xmldb:' a absolute path within the database or with 'rel:' path relative to the given $collection. You can leave this empty then the default is 'rel:/thumbs'. |
| $dimension | The dimension of the thumbnails, if empty then the default values are 'maxheight = 100' and 'maxwidth = 100', the first value is 'maxheight' and the second 'maxwidth'. |
| $prefix | The prefix to append to the thumbnail filenames |