Giter Club home page Giter Club logo

Comments (4)

ahankinson avatar ahankinson commented on August 24, 2024

Have you actually found a ranges ordering manifest in the wild? It’s a theoretical possibility but I’ve never actually seen one.

from diva.js.

dchiller avatar dchiller commented on August 24, 2024

Have you actually found a ranges ordering manifest in the wild? It’s a theoretical possibility but I’ve never actually seen one.

I haven't! So yes, maybe not an issue -- if you haven't seen it, then let's not worry.

Have you seen anyone using the Image API 3.0? Because that would also break things...

Here, if your context pointed to .../image/3/..., then the API would be set to 1.0:

if (context === 'http://iiif.io/api/image/2/context.json' || context === "ImageService2")

Which means here you set the quality to "native" which would not be recognized by a server operating API 3.0:

const quality = (page.api > 1.1) ? 'default' : 'native';

Maybe that is also not adopted?

I only found these because yesterday I created an IIIF Manifest using the 3.0 APIs, so maybe no one is doing that!

from diva.js.

ahankinson avatar ahankinson commented on August 24, 2024

Lots of people have adopted IIIF v3, but are figuring out how to manage both 2 and 3.

The Bodleian's IIIF server is a good example of IIIF v3 manifests, but you have to specifically request it with an Accept header. Every manifest you find on Digital Bodleian can be requested this way.

https://digital.bodleian.ox.ac.uk/developer/iiif/

$> curl -H "Accept: application/ld+json;profile=http://iiif.io/api/presentation/3/context.json" "https://iiif.bodleian.ox.ac.uk/iiif/manifest/b73ca01f-aac8-4916-a7c6-3c8e67939a66.json"

Their image server also supports Image API v3:

$> curl -H "Accept: application/ld+json;profile=http://iiif.io/api/image/3/context.json" "https://iiif.bodleian.ox.ac.uk/iiif/image/6722822e-43f0-43f4-a395-b5f3980d4c8e/info.json"

https://iiif.bodleian.ox.ac.uk/iiif/image/6722822e-43f0-43f4-a395-b5f3980d4c8e/full/max/0/default.jpg

from diva.js.

dchiller avatar dchiller commented on August 24, 2024

Good to know! I think this is definitely something that does not need an immediate change.

from diva.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.