Dezoomify did not want to work on websites, so I forced him to work on my local disk.
I created small RAM disk
I downloaded all tiles to RAM disk using download manager and saved manually ImageProperties.xml file too.
On RAM disk I run www server by typing: py -3 -m http.server 8080
It is strange but I had to create three directory: TileGroup0, TileGroup1, TileGroup2, and copied all tiles to all of them (ImageProperties.xml remains in the root directory).
Finaly I typed: py dezoomify.py "http://localhost:8080" 001.jpg –bv
and I got messages:
INFO: Processing image http://localhost:8080...
INFO: Dezoomify image created and saved to 001.jpg
It works great, much faster than using jpegtran in DOS batch file.
And now I have two questions.
Why I had to create three directories?
Why it does not perform the same job on the websites :)?
I hope I will get the answer :).
Best regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dezoomify did not want to work on websites, so I forced him to work on my local disk.
and I got messages:
INFO: Processing image http://localhost:8080...
INFO: Dezoomify image created and saved to 001.jpg
It works great, much faster than using jpegtran in DOS batch file.
And now I have two questions.
I hope I will get the answer :).
Best regards,