Tagged Questions
6
votes
1answer
599 views
Deep Zoom Collection in Javascript Canvas
I need to create a deep zoom mosaic in an HTML5 Canvas Element with thousands of roughly 512x512 images, but I want to reinvent the wheel as little as possible.
So rather than combining tons and tons ...
2
votes
1answer
1k views
PIL vs Python-GD for crop and resize
I am creating custom images that I later convert to an image pyramid for Seadragon AJAX. The images and image pyramid are created using PIL. It currently take a few hours to generate the images and ...