cmahnke

Results 132 comments of cmahnke

I would like to bring this forward, since I have a simple use case. I'ts partly digitized stuff. Actually I'm uncertain if I try it the right way since it's...

Well, even though my employer is part of the IIIF Consortium, I'm not doing this as a part of my job. I already tried to look up examples fo myself,...

Good News Everyone! After [patching `manifesto.js` locally](https://github.com/cmahnke/blaufusstoelpel/blob/main/patches/manifesto.js%2B4.2.0.patch) this patch works. Here is an example: * https://xn--blaufusstlpel-qmb.de/post/pramo-7-74/ (second image) * https://xn--blaufusstlpel-qmb.de/post/pramo-11-73/ (second and third image) Manifests: * https://xn--blaufusstlpel-qmb.de/post/pramo-7-74/index.json * https://xn--blaufusstlpel-qmb.de/post/pramo-11-73/index.json The...

The needed change to manifesto has been [merged and release](https://github.com/IIIF-Commons/manifesto/releases/tag/v4.2.1). Maybe we can now make some progress on this one.

@cbeer, @mejackreed : Can you give an estimation when this be merged? Currently there seem to be changes to `src/lib/CanvasGroupings.js` that should be include here as well. - The last...

The first step would be to transparently support the `info.json` as in the original issue: Just check if the `manifest` parameter is either an Image API or Presentation API endpoint...

Well, using just another param was the least favourable option. It should be quite easy to implement... That's the main benefit, the drawback would be that the user would have...

1. You seem to mix up `@context` and `@protocol`. And consider using String.startsWith() to be version agnostic, since the underlying viewer implementation might also support other API versions for the...

Great, I'm still on this, I'll add some more findings on the first on this: To make sure it's not related to space characters in the path name I've created...

I've found one possible error in the example: ``` $> docker run -v /usr/local/go-iiif-vips/docker:/usr/local/go-iiif \ go-iiif /bin/iiif-tile-seed \ -config-source file:////usr/local/go-iiif/config \ -scale-factors 1,2,4,8 \ file:///zuber.jpg ``` The directory containing `zuber.jpg`...