An XQuery interface to the thumbnail generator library [thumbnailator](http://code.google.com/p/thumbnailator/)
The library is packaged in the EXpath xar format with the thumbnailator jar included. It can be installed into the BaseX repository by executing the command:
repo:install('http://apb2006.github.io/thumbnailator/dist/thumbnailator.zar')
import module namespace t="apb.image.thumbnailator";
t:make("/tmp/pic.jpg","/tmp/small.jpg",120,120)
The test.xq
script uses the BaseX Unit module