Tagged Questions
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 ...