{ ... "height": 7200, "width": 5454, "height_res": { "@value" : 236, "@type" : "http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centimeter" }, "width_res": { "@value" : 236, "@type" : "http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centimeter" } ... }
--
"phys_height" : 12.3^cm // height of the thing in the image is 12.3cm
"resolution_x" : 236^ppi // resolution is 236 pixels per inch, and need to find good set of types
On 11.04.14 05:05, Tom Cramer wrote:Its important to note that the size of the item/book will generally not
> It seems to me that...
>> "phys_height" : 12.3^cm // height of the thing in the image is 12.3cm
> belongs in the Presentation API. Note that items with rich, full bibliographic description coming from Libraries may already have physical dimensions recorded in the the MARC 300 field: http://www.loc.gov/marc/bibliographic/bd300.html, so this data will exist for some IIIFy materials.
be the same as the size of the visible image area for the scans.
> Rob--it seems to me that your proposal fully covers Bill's EXIF/MIX-inspired attributes of X and Y sampling frequency / resolution, and that with a few other examples ("good set of types") we could easily make clear the units (Bill's 3rd variable).
Do EXIF or MIX have a JSON-LD mapping? Could we borrow from one of those?
Hi Jon.
When we speak about resolution we are usually (always?) referring to capture resolution. How many samples did our image capture device record per unit of measure, relative to the source material -- our subject.
The "horizontalResolution" element you link to below refers to output resolution: "Horizontal resolution of an image (if printed). Expressed in DPI." This is something different. This value refers to the number of samples you are going to render (e.g., print) per unit of measure relative to the output media (e.g., the paper stock in your printer).
We only care about the capture resolution because knowing this value allows us to calculate the scale of the image, and therefore the size of any objects in the image frame.
FYI:
The JP2 format includes a resolution "box" that accommodates both a Capture Resolution value and a Default Display Resolution value. "The units of both quantities are canvas grid points per meter."
For better or worse, PPI and DPI are used interchangeably, with DPI being the more common of the two. To be persnickety, PPI is really about capture resolution: How many photosites (pixels) are set against the subject of the capture. PPI is about inputs; DPI is, to be persnickety, about outputs. Those "dots" per inch are dots of ink printed, or they are individual display elements.
Again, DPI is used commonly to refer to both input and output resolutions.
-- Bill