lovasoa / dezoom.sh

Download and assemble tiled images. Dezoomify for bash. Depends on imagemagick
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

What would be dezoom script for following URL? #13

Closed atultiwari closed 6 years ago

atultiwari commented 6 years ago

Hi,

How are you? Coming here after a long time. I was trying to download some slides (images) from "pathpresenter" (a website for pathology students). Sample URL is like -

https://www.pathpresenter.net/publicDisplay/PathologyHighDisplay/0118B394-D292-4512-B3B7-3F9FDF905E2F

Your dezoomify web based script seems to work but since file size is large, browser can't handle it or most of the time internet gets disconnected. Although thanks to disconnected internet, I got to know the URL where individual tiles are uploaded. Their location is like (for e.g. tiles for above mentioned URL is at) -

https://pathpresenter.com/WiydxData-1/Raj_Matt/Brain,%20Hemangiopericytoma_files/16/

But, now I don't know what would be URL to download tiles and merge them using your script? Can you please help me with this.

Thanks Regards Atul Tiwari

atultiwari commented 6 years ago

Ohh,

My bad. I think with time, I lost touch of the script. Just now I recalled that the URL for the script should be like this -

./dezoom.sh -x 0 -y 0 -X 149 -Y 95 "https://pathpresenter.com/WiydxData-1/Raj_Matt/Brain, Hemangiopericytoma_files/16/%X_%Y.jpeg"

I will test it in the night, and will post back.

Thanks, again for this wonderful script.

Regards, Atul