-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Request support for http://www.e-rara.ch ? #47
Comments
Hi, For the commandline, tool, I added a video to the documentation. If it's still not clear, don't hesitate to ask questions. |
Oke, I understand. Now I still got problems with dezoomify via cmd on Win10. I keep gettings error when installing dependies. `Microsoft Windows Version 10.0.10240 2015 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>cd c:/ c:>node --version c:>cd C:\dezoomify-master\node-app C:\dezoomify-master\node-app>npm install
C:\dezoomify-master\node-app\node_modules\canvas>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) npm WARN dezoomify@1.0.0 license should be a valid SPDX license expression npm ERR! canvas@1.3.15 install: npm ERR! Please include the following file with any support request: C:\dezoomify-master\node-app>` Thanks |
Installing node-canvas on windows isn't straightforward, but they provide a HOWTO: https://github.com/Automattic/node-canvas/wiki/Installation---Windows Or you could just install a linux virtual machine... |
Tried Ubuntu in Vmware with no luck. Getting similar errors with canvas this.. cairo that.. Thanks anways! |
Please, just try this on your VM before giving up: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install nodejs libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
git clone https://github.com/lovasoa/dezoomify.git
cd dezoomify/node-app
npm install
node dezoomify-node.js "http://www.hyper-photo.com/hyperpano/babel17/" "babel17.jpg" Just enter your password when asked to do so. |
That works! Thanks! However, it takes me several re-tries to load all tiles completely. Big files seem to hang around 90% when loading those tiles. Raising VM ram and increasing CPU cores don't help. Do u have any tips? |
You should open another issue about that. I'll investigate this when I'll have time. I suspect it's because we load the first tiles too fast, making the server's latency increase. 19 мая 2016 г. 11:56:30 GMT+03:00, Eagle1911 notifications@github.com пишет:
|
Sorry for getting offtopic. But now u have mentioned server latency, I tried to decrease VMware's bandwidth from Unlimited to 10 Mbps and voila, no issues anymore. This also fixed the ''Request failed, retrying'' messages I was getting quit often when loading the tiles. Thanks! |
That's a clever idea! I still have to patch dezoomify itself in order for the issue not to be here in the first place, though. 19 мая 2016 г. 12:59:03 GMT+03:00, Eagle1911 notifications@github.com пишет:
|
|
Ok, thank you. I'm closing this issue, then. |
Yep it seems to work: http://www.e-rara.ch/download/webcache/0/2748118 |
The webcache file is NOT the highest quality available from them. You will see why as soon as you press the zoom icon. This will generate far superior quality. But sadly 'Generic dezoomer' does not work well with e-rara.ch. It just keeps loading the tiles. |
Well, then let's open it again |
e-rara.ch as well as e-manuscripta.ch are supported by the VLS dezoomer now |
It now works thanks to the work of @1-Byte . So I'm closing this issue. |
I would love to get several illustrations from these antique books, but I couldn't get anything useful with Ctrl+Shift+Q to dezoomify.
Test URL: http://www.e-rara.ch/zut/content/zoom/2811016
Also, can we get a video tutorial for using dezoomify externally via cmd? I kept getting errors when installing those 'dependies'.
Thanks
The text was updated successfully, but these errors were encountered: