DIGI-VUB / recogito

Interactive Annotation of Text and Images
Other
20 stars 6 forks source link

Question: Adding other OpenSeaDragon Feature? #19

Open Osteribo opened 1 year ago

Osteribo commented 1 year ago

What is the best way to go about adding in other OpenSeaDragon features and Plugins?

For example, color channel adjustment?

or is there another package you would recommend?

jwijffels commented 1 year ago

This R package contains a htmlwidget R wrapper around openseadragon. You can look to the implementation in the inst folder, e.g. https://github.com/DIGI-VUB/recogito/blob/master/inst/htmlwidgets/annotoriousopenseadragon.js

Osteribo commented 1 year ago

Does this package support Pyramid Imaging ie DZI, IIIF, TMS, Zoomify? I was wondering if i needed implement them in a specific way.

jwijffels commented 1 year ago

No it does not :-)

jwijffels commented 1 year ago

In the README there is a IIIF example. About DZI, TMS, Zoomify, I don't know. Probably with some changes to https://github.com/DIGI-VUB/recogito/blob/master/inst/htmlwidgets/annotoriousopenseadragon.js you might get these to work as well.