Jan - 2016-02-01

Dezoomify did not want to work on websites, so I forced him to work on my local disk.

  1. I created small RAM disk
  2. I downloaded all tiles to RAM disk using download manager and saved manually ImageProperties.xml file too.
  3. On RAM disk I run www server by typing: py -3 -m http.server 8080
  4. 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).
  5. 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.

  1. Why I had to create three directories?
  2. Why it does not perform the same job on the websites :)?
    I hope I will get the answer :).

Best regards,