Skip to content

Introducing django-large-image

Compare
Choose a tag to compare
@banesullivan banesullivan released this 02 Apr 00:44
· 127 commits to main since this release

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

admin