Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

However, I'm not sure what you mean by > the batch capabilities suggested by the dezoomify node application The node application downloads a single image at a time (just like...

Yes, you can do the same thing with dezoomify-rs (just replacing `node dezoomify-node.js` with `./dezoomify-rs`)

Here is a full bash script for downloading all the 339 pages from the book of kells you mention above: ```bash for i in $(seq -f '%03g' 1 339); do...

I am currently running it (it's at page 28). I'll post the result here when it's ready.

## The book of Kells: full high-quality download *extracted from the Trinity College Dublin website* - Pages 0 to 100 : http://dl.free.fr/mkRvsCyMP - Pages 100 to 200 : http://dl.free.fr/ltFvN0yUe -...

Yes, the PDF embeds the JPEG images without alteration. You can check that simply by extracting an image from the PDF.

https://superuser.com/questions/467176/replacement-for-xargs-d-in-osx

See my link above. You can either just remove `-d '\n'` from the command (if none of your urls contains whitespaces) or [install gnu xargs with brew](https://formulae.brew.sh/formula/findutils)

Maybe the server is having some troubles serving all the requests you are making in short succession. You can use the --parallelism, --retries, --retry-delay and --timeout options to control that,...

They are using the OpenSeadragon viewer, but not with a known zoomable image format. Instead, they just list all the tiles and their associated URLs directly in the page source...