openzoom / deepzoom.py

Python Deep Zoom Tools
http://openzoom.org/
Other
176 stars 74 forks source link

doesn't work on extremely large images #7

Open iangilman opened 11 years ago

iangilman commented 11 years ago

Presumably anything that's too large to fit in RAM.

One possibility (though I haven't played with it): http://www.vips.ecs.soton.ac.uk/ by @jcupitt

darwinjob commented 4 years ago

It’s all about the reader - if the reader is capable of reading a rectangle without decompressing entire image or not. Tiled image formats (like TIFF) suit best for it.

jcupitt commented 4 years ago

Updated libvips link: https://github.com/libvips/libvips