2

I need to generate deep zoom tiles for an image of size 50,000 x 50,000 pixels. I tried using deep zoom composer software but it keeps loading the file without any success. Please help me how can i generate deep zoom tiles for such large image. Thanks

  • I found Vips as a very good solution for it. https://libvips.blogspot.com/2013/03/making-deepzoom-zoomify-and-google-maps.html – user7639992 Apr 19 '17 at 12:50

1 Answers1

3

There are a number of tools you can use:

http://openseadragon.github.io/examples/creating-zooming-images/

For large images I'm a fan of VIPS:

https://libvips.github.io/libvips/

https://libvips.github.io/libvips/API/current/Making-image-pyramids.md.html

iangilman
  • 2,144
  • 1
  • 13
  • 16