iipsrv icon indicating copy to clipboard operation
iipsrv copied to clipboard

IIIF Image 3.0 compliance

Open scossu opened this issue 4 years ago • 3 comments

In https://github.com/IIIF/api/issues/1878, quoting from the IIIF evaluation and testing criteria:

In order to be considered ready for final review, new features must have two open-source server-side implementations, at least one of which should be in production. New features must also have at least one open-source client-side implementation, which may be a proof-of-concept.

How far are we from proposing IIPImage as one of the server implementations for IIIF Image 3?

scossu avatar Nov 03 '19 20:11 scossu

IIPImage is now fully version 3 compliant. This commit https://github.com/ruven/iipsrv/commit/1d6c0d577600189ba779fac5033bc48ea3148290 adds a new server directive IIIF_VERSION which allows you to set the IIIF Image API version (2 or 3). Essentially this affects the info.json output.

ruven avatar Jan 23 '20 14:01 ruven

That is great news, @ruven . Thank you!

Will we see a new v3-compliant release soon?

scossu avatar Jan 23 '20 18:01 scossu

It depends what you mean by "soon" ;-) And there are a number of additional features, including PNG support, that I'd like to finalize first before cutting a iipsrv 1.2 release.

ruven avatar Jan 23 '20 20:01 ruven