lovasoa / dezoomify

Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
https://dezoomify.ophir.dev
GNU General Public License v2.0
663 stars 74 forks source link

centrepompidou images #690

Open emallen1973 opened 1 year ago

emallen1973 commented 1 year ago

I am trying to dezoomify images from centrepompidou, like:

https://www.centrepompidou.fr/es/ressources/oeuvre/cknG7R

The usual process does not work

agmmnn commented 1 year ago

you can download it with using dezoomify-rs:

.\dezoomify-rs "https://www.centrepompidou.fr/media/picture/aa/ec/aaec1c59e2a10192275338fbfaf760d6/dzi/uhd_files/12/{{x}}_{{y}}.jpg"

https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template

emallen1973 commented 1 year ago

Thank you so much for your help. I was able to download them.

On Tue, Feb 14, 2023 at 5:36 PM Gökçe Merdun @.***> wrote:

you can download it with using dezoomify-rs:

.\dezoomify-rs "https://www.centrepompidou.fr/media/picture/aa/ec/aaec1c59e2a10192275338fbfaf760d6/dzi/uhd_files/12/{{x}}_{{y}}.jpg"

https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template

— Reply to this email directly, view it on GitHub https://github.com/lovasoa/dezoomify/issues/690#issuecomment-1430532031, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUBVLMFK3I2A2AJPA5CV7FLWXQJHTANCNFSM6AAAAAAUIEZTY4 . You are receiving this because you authored the thread.Message ID: @.***>

emallen1973 commented 1 year ago

Hello Gökçe:

I need help figuring out how to dezoomify images from the Pushkin Museum like:

https://collection.pushkinmuseum.art/en/entity/OBJECT/77609?query=Picasso&index=5

Thanks.

Enrique

Message ID: @.***>

agmmnn commented 1 year ago

Hey, this site and another site using the same zoomify algorithm have already been discussed under this issue. https://github.com/lovasoa/dezoomify/issues/651#issuecomment-1374544942

It's not supported by Dezoomify, but it doesn't seem that difficult to support this zoomify algorithm. If I have time, I can write a script myself.

agmmnn commented 1 year ago

hey can you try this app, https://github.com/agmmnn/pushkin-downloader @emallen1973

https://github.com/lovasoa/dezoomify/issues/651#issuecomment-1448888271

lovasoa commented 1 year ago

Would you be interested to include your implementation of the algorithm into dezoomify ? It should be a simple .js file to create.

emallen1973 commented 1 year ago

Hi Gökçe,

For some reason, a couple of the dezoomified images appear deformed:

https://collection.pushkinmuseum.art/entity/OBJECT/77606?index=8&paginator=entity-set&entityType=PERSON&entityId=260&attribute=objects

and

https://collection.pushkinmuseum.art/en/entity/OBJECT/77613?query=Picasso&index=7

It looks like some of the pieces are placed incorrectly when the image is rebuilt.

On Tue, Feb 28, 2023 at 2:29 PM Gökçe Merdun @.***> wrote:

hey can you try this app, https://github.com/agmmnn/pushkin-downloader

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

agmmnn commented 1 year ago

Yes I am aware of this too, bottom right corner tile have this problem. I will try to implement this code in dezoomify and I think I will fix this problem in the meantime.

edit: corner issue fixed.

clmntgbrl commented 1 year ago

you can download it with using dezoomify-rs:

.\dezoomify-rs "https://www.centrepompidou.fr/media/picture/aa/ec/aaec1c59e2a10192275338fbfaf760d6/dzi/uhd_files/12/{{x}}_{{y}}.jpg"

https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template

I'm trying to download from centrepompidou as well and can't even find the link to jpgs in the inspector. Can anybody help ? (btw thanks for the extension, it really is great !)

agmmnn commented 1 year ago

@clmntgbrl zoom all the way into the picture, you will see the last zoom level.

KLaEua2Ysh

clmntgbrl commented 1 year ago

many, many thanks, worked like a charm !