ex-thumbnailator/doc
Andy Bunce d25d32798a v5 2017-04-30 10:39:12 +01:00
..
constrain v5 2017-04-30 10:39:12 +01:00
filters-schema.png v5 2017-04-30 10:39:12 +01:00
readme.md v5 2017-04-30 10:39:12 +01:00
thumbnail-schema.png v5 2017-04-30 10:39:12 +01:00

readme.md

expkg-zone58:image.thumbnailator

The schema is task.xsd

thumbnail node

root

Either size or scale must be specified. Everything else is optional

output can be used to change the output image format.

<output format="gif"/>

Filters

filter definition

Exif

Image handling is effected by the presence of the exif-orientation tag. In particular:

  • size and fit are changed
  • the flip filter is ignored

To prevent this set constrain @exif=false

<constrain exif="false"/>