-
Currently, the [documentation](https://samvera-labs.github.io/clover-iiif/docs/image#nextjs) gives this example for Next.js:
```
import dynamic from "next/dynamic";
const Image = dynamic(
(…
-
Currently, the API attempts to "validate" IIIF by serializing and deserializing a collection, which can help strip out unwanted fields. However, this process is slow and not truly validating the IIIF…
-
Currently, collections work like the following:
```
POST /collection1/collectionChild
{
"@context": "standard iiif context",
"(my vanilla collection)"
}
```
but it needs to work like this _on …
-
I'm trying to load a IIIF source from archive.org which is currently not available.
```
{
//...
sequenceMode: true,
timeout: 5000
tileSources: [
"https://iiif.archive.org/iiif/romanummuseumsi…
-
I would like to alias https://ajaxmulticommentary.github.io/ajmc_iiif/ into https://iiif.ajmc.ch/ so that we can have shorter links like https://iiif.ajmc.ch/Wecklein1894/Wecklein1894_0015/full/max/0/…
-
https://iiif.aviaryplatform.com/player?manifest=https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json displays an error message: No compatible source was found for this media.
-
Update existing Create endpoint to support creating IIIF Collections
part 2:
create IIIF collection which has items
Acceptance Criteria:
TBC - Need to decide how `items[]` is processed on the way…
-
At my old shop, we were a relatively early adopter of Presentation 3 for audio and video works. Regrettably, when we implemented structures and ranges, we chose to use RFC-2326 ("colon") format for m…
-
Create an inventory of essential components (e.g. manifesto, manifold, iiif-metadata-component, iiif-gallery-component, etc.)
-
Archive.org now supports IIIF but there are few, if any, collections we would want to grab in whole. There are many objects that we would want to harvest but it would require manually reviewing lists …