-- Jon Stroop Digital Initiatives Developer/Analyst Princeton University Library jst...@princeton.edu
This was certainly discussed at considerable length and, as Robert points out, the decision was made to include this information (via physical_dimensions [1]) in the Presentation API. The key reason behind this decision is that the canvas is the construct used to relate images to the physical world which is what resolution is about. We have purposefully kept the the Image API very lean, containing only basic technical information necessary to support client applications requesting derivatives of an image necessary for display.
The immediate use case we had in mind for understanding the physical dimensions of an object represented by an image is the display of a ruler in a presentation environment. We also considered the wide range of possible images that might be served -- from an electron micrograph through scanned pages to a galactic image -- which motivated choice of a flexible scale factor with dimensions rather something like pixels per inch/mm.
Cheers,
Simeon
[1] http://iiif.io/api/annex/services/#physical-dimensions
--
-- You received this message because you are subscribed to the IIIF-Discuss Google group. To post to this group, send email to iiif-d...@googlegroups.com. To unsubscribe from this group, send email to iiif-discuss...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/iiif-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "IIIF Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iiif-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
you can dynamically draw an accurate cm or inch scale.
In contrast, virtually all images have encoded capture resolution values and these can parsed by lots of different software.
Bill,you can dynamically draw an accurate cm or inch scale.Thanks for connecting this suggestion to a concrete use case. We've heard this from other sources, too. And, other than superimposing a scale on an image, are you aware of any other use cases where this data would be valuable / useful in an interoperable rendering environment?
In contrast, virtually all images have encoded capture resolution values and these can parsed by lots of different software.Can you elaborate on this? I have heard skepticism--from more than one person--that the capture resolution values that may be encoded in the technical metadata of images is a.) less than omnipresent, and to boot is b.) often incorrect. Some of this reaction seems anecdotal rather than evidence-based, though. Do you know of authoritative statistics in this realm, or can you weigh in with your own anecdotal sense as an imaging professional?