Skip to content
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

Artsy #4

Closed
kioja opened this issue May 1, 2015 · 12 comments
Closed

Artsy #4

kioja opened this issue May 1, 2015 · 12 comments

Comments

@kioja
Copy link

kioja commented May 1, 2015

I can't download images from Artsy using http://ophir.lojkine.free.fr/dezoomify/dezoomify.html. For instance this one

@lovasoa
Copy link
Owner

lovasoa commented May 1, 2015

Yep, they seem to use DeepZoom, but they don't use an xml file to store the metadata.

They seem to do several XHRs to fetch the data, and it's returned as JSON.

That mean that we would have to write code especially for artsy. This is feasible, and pull requests are welcome.

@lovasoa
Copy link
Owner

lovasoa commented May 1, 2015

There is already some site-specific code: https://github.com/lovasoa/dezoomify/blob/master/seadragon.js#L9

@lovasoa
Copy link
Owner

lovasoa commented May 1, 2015

And you should prefer http://ophir.alwaysdata.net/dezoomify/dezoomify.html over the free.fr url.

@kioja
Copy link
Author

kioja commented May 1, 2015

Well I wish I could write a pull request. Unfortunately, I have no idea how to do it myself (I don't know javascript).

@lovasoa
Copy link
Owner

lovasoa commented May 1, 2015

Ok, maybe I'll do it when I have time, then.

On 1 May 2015 22:47:48 CEST, kioja notifications@github.com wrote:

Well I wish I could write a pull request. Unfortunately, I have no idea
how to do it myself (I don't know javascript)...


Reply to this email directly or view it on GitHub:
#4 (comment)

@kioja
Copy link
Author

kioja commented May 2, 2015

That would be awesome.

@iPhoneGap
Copy link

It's a great tool and thanks for all your great work. Today this tool did not work when i tried to download a zoomify image with 'zoomifyImagePath' having a space and comma(,) in it. looks like in zoomify.js you have a matchPath to check the zoomifyImagePath before to qualify for a download request. Can you please fix the issue where baseurl or zoomifyImagePath having spaces or coma etc to get qualified for image download?

@lovasoa
Copy link
Owner

lovasoa commented May 27, 2015

Can you please provide an example URL that does not work?

@iPhoneGap
Copy link

@iPhoneGap
Copy link

you are awesome lovasoa! Now I am able to grab the image. It did't work for me when i downloaded and locally has run it, but worked fine when I have run using http://ophir.alwaysdata.net/dezoomify/dezoomify.html.
One more issue if you have any help... The image i am trying to download is very huge in size around 150 to 170 MB. When I tried to save in firefox , the browser immediately reporting an error and closing abruptly. I believe this is browser issue, but I appreciate if there is any tool or patch to fix it.

@lovasoa
Copy link
Owner

lovasoa commented May 28, 2015

There is indeed not much I can do to solve this issue. If I want dezoomify to be able to work in the browser, the image has to be loaded in memory. And I have no precise control of how the browser manages memory.

You can try with another browser, or with another tool. For instance, you can try with dezoomify.py, a python script that downloads zoomify images. It has no graphical user interface, and requires you to have python installed (which you probably already have if you are running MacOS or Linux). It downloads the image without loading it in memory.

You can also report a problem to Mozilla.

@petesta17
Copy link

lovasoa, thank you for your work on dezoomify. There is an image I'm trying to grab from the website artsy that I desperately want and have tried everything, I'm even considering grabbing all the individual tiles and piecing them together manually. Is there any way you can help, I'm very inexperienced with programming language. Thank you for anything you can do.

https://www.artsy.net/artwork/jean-francois-rauzier-barcelona-veduta/zoom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants