Introducing django-large-image
django-large-image is here to solve your image tile serving needs in Django! Take a look at the README for some example implementations and give it a try in your project with image data.
Highlights
- Easy to use mixin interface
- Rich set of RESTful endpoints to extract information from large image formats
- Serve image tiles in the slippy maps standard (
z/x/y.png
) - Produce thumbnails of large images on the fly
- Works with
FileField
interfaces - Works with URL files (through GDAL's VFS/VSI layer)
- Included viewer for admin interface or server-rendered templates
- OpenAPI documentation included