Hi,
no, there is no direct limit,
but on some systems (Mac) the number of files that can be written at the same time is limited,
e.g. a 140.000 wide pano with a tilesize of 512 would result in a 274 tiles per row,
krpano creates the tiles from one row always at the same time,
and on Mac the default limit of the files opened at the same time is just 256,
so might be probably the problem.
a solution should be entering:
|
Source code
|
1
|
ulimit -n 1000
|
in the Mac terminal before using the droplet, this will increase that limit to 1000 files.
best regards,
Klaus