[mod] start basex10 update

This commit is contained in:
Andy Bunce 2024-04-25 17:04:19 +01:00
parent 78e8f1b28a
commit ba56b3c8da
10 changed files with 24 additions and 30 deletions

View file

@ -1,13 +1,13 @@
# expkg-zone58:image.thumbnailator
An XQuery interface to the image thumbnail generator library
[thumbnailator](https://github.com/coobird/thumbnailator) for BaseX 9.4.5+.
[thumbnailator](https://github.com/coobird/thumbnailator) for BaseX 10+.
Features size, scale, caption, rotate, flip, colorize, watermark. More details at [doc](doc/readme.md)
## Versions
* thumbnailator 8 requires Basex 9.4.5+
* uses thumbnailator 4.13
* thumbnailator 9 requires Basex 10+
* uses thumbnailator 0.4.20
## Usage
Images are input and output as `xs:base64Binary` items. Inputs typically come from `fetch:binary`
@ -62,9 +62,11 @@ the thumbnailator jar included. See [releases](../../releases) for installation
# Tests
`test.xqm` script uses the BaseX [Unit module](http://docs.basex.org/wiki/Unit_Module)
# build
## License
* ex-thumbnailator Copyright (c) 2013-2017, Andy Bunce. (Apache 2 License).
* ex-thumbnailator Copyright (c) 2013-2024, Andy Bunce. (Apache 2 License).
* thumbnailator Copyright (c) Chris Kroells (MIT License).