Tom Crane

Results 232 comments of Tom Crane
trafficstars

Also... in a programing environment we always have access to something like `Math.Pi` and we can do ```javascript { "type": "RotationTransform", "x": Math.Pi / 2, "y": Math.Pi, "z": Math.Pi *...

(From discussion call) Action: Tom to make contact with WG.

Done, at last: https://github.com/w3c/web-share/issues/194

Do we _require_ that you get 2D content - bitmap images, video - into a Scene via a IIIF Canvas rather than directly? Yes! You can't put a JPEG in...

To support @kirschbombe's points above - I think there are clear default viewer/client presentations for these two different use cases: 1. [multiple painting annotations with image bodies on a canvas](https://iiif.io/api/cookbook/recipe/0036-composition-from-multiple-images/)...

I really like this feature (although not my mockup design for it) but I think it's now re-framed as: - allow a user to grab the [IIIF Content State](https://iiif.io/api/content-state/1.0/) for...

``` { "id": "https://example.org/iiif/3d/anno1", "type": "Annotation", "motivation": ["painting"], "body": { "id": "https://example.org/iiif/uri-of-scene-defined-eslewhere", "type": "Scene" }, "target": [ { "type": "SpecificResource", "source": [ { "id": "https://example.org/iiif/scene1/page/p1/1", "type": "Scene" } ], "selector":...

Discussed on community call 2018-12-13 (see https://github.com/UniversalViewer/universalviewer/issues/634) Wider discussion about what Manifesto is being used for here. * I know I have loaded a 2.1 manifest, and I explicitly want...