iipsrv icon indicating copy to clipboard operation
iipsrv copied to clipboard

Question: Support for IIIF Image API services

Open radpet opened this issue 8 years ago • 2 comments

Hello, I looked into https://github.com/ruven/iipsrv/blob/master/src/IIIF.cc and did not find where/how the service property is passed to the info.json response. I know this is optional property but I suppose it would be great if it is supported.

radpet avatar Sep 21 '16 06:09 radpet

Yes, I guess this could be added. Which service properties are you interested in supporting? I presume things like the physical dimensions service property? Resolution info is often included in the image metadata.

But you can also use the service property to point to an authentication method or other info. In that case, this information would need to be embedded within the image metadata, which may not be the ideal way to pass this kind of information.

ruven avatar Nov 21 '16 13:11 ruven

Yup the "physical dimensions service property" but I used the Presentation API instead and have a service which gives me the information.

radpet avatar Nov 21 '16 19:11 radpet