You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: