-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Dezoomify doesn't work on https://collection.barnesfoundation.org/objects/7199/Le-Bonheur-de-vivre-also-called-The-Joy-of-Life/ #230
Comments
[Resolved] |
How you did that?
…On Sat, Mar 2, 2024 at 8:46 AM User ***@***.***> wrote:
download.jpg (view on web)
<https://github.com/lovasoa/dezoomify-rs/assets/133426195/a7fa323c-0c51-4680-87a0-4aebbbe50ea0>
—
Reply to this email directly, view it on GitHub
<#230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGON4JBJ5GY5K5FMNB36RZTYWG323AVCNFSM6AAAAABD24SLJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZUG43TIMJZHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Indeed, it is a good question. Please DigitalCurator, would you tell us how you got it? Thanks and best regards, |
Hello, how are you? url_template: "https://d2r83x5xt28klo.cloudfront.net/tiles/7199/{{x}},{{y}},256,256/256,/0/color.jpg"
But, the problem is that I can't download the last row and column. Any suggestions? Thanks and best regards, |
@CharlyAlonso I figured this out, here's a step-by-step to download images from the Barnes collection:
{
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://d2r83x5xt28klo.cloudfront.net/tiles/OBJECT_ID",
"@type": "iiif:Image",
"protocol": "http://iiif.io/api/image",
"width": WIDTH,
"height": HEIGHT,
"tiles": [
{
"width": 256,
"scaleFactors": [
1
]
}
],
"profile": [
{
"formats": [
"jpg",
],
"qualities": [
"color"
],
"supports": [
"regionByPx",
"sizeByW"
]
}
]
}
{
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://d2r83x5xt28klo.cloudfront.net/tiles/7199",
"@type": "iiif:Image",
"protocol": "http://iiif.io/api/image",
"width": 5100,
"height": 3704,
"tiles": [
{
"width": 256,
"scaleFactors": [
1
]
}
],
"profile": [
{
"formats": [
"jpg",
],
"qualities": [
"color"
],
"supports": [
"regionByPx",
"sizeByW"
]
}
]
}
$ mkdir -p ./tile-cache
$ dezoomify-rs --tile-cache ./tile-cache --dezoomer iiif -H ./input-7199.json ./output-7199.jpg In case you just wanted this image, here's the result. The same steps above will work for other images. The jpg that @DigitalCurator posted is slightly different than the one from the Barnes (slightly lower resolution; slightly more vivid colors), so I assume they sourced it somewhere else. Remember, by default the compression level for jpegs is |
Dezoomify doesn't work on https://collection.barnesfoundation.org/objects/7199/Le-Bonheur-de-vivre-also-called-The-Joy-of-Life/
The text was updated successfully, but these errors were encountered: