vikus-IIIF-generator icon indicating copy to clipboard operation
vikus-IIIF-generator copied to clipboard

add IIIF v2 support

Open cpietsch opened this issue 1 year ago • 2 comments

should be possible

cpietsch avatar Jun 08 '23 12:06 cpietsch

Hi Christopher Can you point in any direction what would need to change to be able to support v2.1? What did you find out so far? We might be able to contribute to this!

Thanks for your awesome tool!

flicksolutions avatar Nov 17 '23 20:11 flicksolutions

Hi Sebastian, that should be here: https://github.com/cpietsch/vikus-IIIF-generator/blob/main/scripts/manifestCrawler.py#L54 and here https://github.com/cpietsch/vikus-IIIF-generator/blob/main/scripts/manifest.py#L59 Basically everywhere where a if ...version == 2: is. It is a bit hardcoded like that and maybe a cleaner refactoring would be nice. You can test it by running python manifest.py directly and see if it works.

cpietsch avatar Nov 18 '23 10:11 cpietsch