Hello!
I'm found that the same link in 1.3 and in 1.4 working differently.
In 1.3 all is ok
C:\dezoomify13> py dezoomify.py c:\uninter_all_20jan.txt d:\Jan_2015\uninterpreted\ -l -b
...
Processing image d:\Jan_2015\uninterpreted\FILE1.jpg (6/1715)...
Downloading tiles: 1089/1089 [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Time: 0:00:59
Joining tiles: 1089/1089 [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Time: 0:00:04
...
In 1.4 error
C:\dezoomify14> py dezoomify.py c:\uninter_all_20jan.txt d:\Jan_2015_new\ -b -v -l
...
INFO: [6/1715] Processing image https://site_name/gxt_files/uninterpreted/FILE1/...
ERROR: The requested zoom level 7 is not available. Possible values are -7 to 6.
INFO: Dezoomifed image created and saved to d:\Jan_2015_new\FILE1.jpg.
...
Python 3.4.2 on Windows 7 x64
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I'm found that the same link in 1.3 and in 1.4 working differently.
In 1.3 all is ok
C:\dezoomify13> py dezoomify.py c:\uninter_all_20jan.txt d:\Jan_2015\uninterpreted\ -l -b
...
Processing image d:\Jan_2015\uninterpreted\FILE1.jpg (6/1715)...
Downloading tiles: 1089/1089 [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Time: 0:00:59
Joining tiles: 1089/1089 [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Time: 0:00:04
...
In 1.4 error
C:\dezoomify14> py dezoomify.py c:\uninter_all_20jan.txt d:\Jan_2015_new\ -b -v -l
...
INFO: [6/1715] Processing image https://site_name/gxt_files/uninterpreted/FILE1/...
ERROR: The requested zoom level 7 is not available. Possible values are -7 to 6.
INFO: Dezoomifed image created and saved to d:\Jan_2015_new\FILE1.jpg.
...
Python 3.4.2 on Windows 7 x64