-
-
Notifications
You must be signed in to change notification settings - Fork 698
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
add full/ support to iiif layout in dzsave #1472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
full/
support to iiif layout in dzsave
Hi @atiro, I wasn't sure if A quick and drity hack to add this would be to simply build the 1/2, 1/4, 1/8 size images in memory, then write them all at the end. This would push up memory use a lot, but it would be easy, and fairly quick. Perhaps that would be enough for now. |
That sounds good @jcupitt , I have to admit it's a struggle to get my head round the sizes/tiles calculations in the info.json. (oh, and hello from over the road) |
And |
Thanks @tomcrane, that sounds very simple to add as a post-processing step. This is too late now for 8.9 (we're in feature freeze), let's revisit this for 8.10. |
(oh, and hello from over the road) I am intrigued @atiro ! Which road is this? |
Only the road with the best art museum in the city on (and some other museums that are apparently also popular). Come over for a coffee and a chat when/if you have a free moment. |
You're at the V&A? I used to know the head of photographic, James something, I expect he's moved on. The NG is obviously the best art museum in the city! Tsh. |
Hi @jcupitt, |
Hi @edsilv, would you mind making a test case to show the problem? |
@jcupitt sorry for the delay on this! I'll aim to get it done asap :-) |
I have a test image for this if it helps; vipsheader 13284000.jpg vips --version vips dzsave 13284000.jpg test --layout iiif tail test/info.json
generating the vips-properties.xml it has
|
Any news on this issue? But it's my understanding that the actual URL depends on the version of the IIIF Image API, for version 2 it seems to be 'full/full/0/default.jpg' and for version 3 'full/max/0/default.jpg'. Since Since I'm currently building |
Hi @cmahnke, I'm horribly busy at the moment. I might get some time to work on this in December. |
Thanks, it's not urgent at all on my side, I've just added the the needed Anyways, maybe it's a starting point to add a parameter for the requested IIIF manifest version. That would probably a change big enough to wait for the next release cycle, as you pointed out here. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
From #1465 (comment)
Apologies late to this ticket, am very interested in making use of this feature, but it would really need the full region to be created for compliance with viewers (see https://iiif.io/api/image/3.0/compliance/#3-image-parameters). Good examples from Tom Crane to illustrate this here: https://tomcrane.github.io/scratch/osd/iiif-sizes.html
The text was updated successfully, but these errors were encountered: