tokee / juxta

Generates large collages of images using OpenSeadragon
Apache License 2.0
48 stars 6 forks source link

Investigate vips for base tile generation #74

Open tokee opened 3 years ago

tokee commented 3 years ago

The libvips tool is much faster than ImageMagic or GraphicsMagic for creating tiles form images. It has dzsave which generates all levels of a DeepZoom pyramid structure, but at multiple images are to be presented in a mosaic, only the lowest level is needed.

Hopefully vips can be used for generating the base tiles and maybe there is also something to gain for using the tool for the upper-level merges?