annotorious / annotorious-openseadragon

An OpenSeadragon plugin for annotating high-res zoomable images
https://annotorious.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 42 forks source link

Support Multi-Image Annotation in collectionMode #67

Closed umesh-timalsina closed 3 years ago

umesh-timalsina commented 3 years ago

This PR is an initial attempt to support multi-image mode for Annotorious-OpenSeadragon. This PR takes a annotation-URL based approach to tie a image in the view port with a particular annotation group. This approach has couple of problems:

  1. Duplicate images (which are allowed in the OSD Viewer) can't be supported currently.
  2. Tying the annotator with image URL might not be the best Idea.