Size limit on MAKE PANO (FLAT)?

  • Is there a hard limit as to size when using MAKE PANO (FLAT)? I have a .psb file that is approx. 140000 x 20000 which fails on trying to write the first tile.

  • 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:

    Code
    ulimit -n 1000


    in the Mac terminal before using the droplet, this will increase that limit to 1000 files.

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!