"glue together" tiles

  • Is it possible with krpano tools "glue" existing panorama files (tiles)
    one of the level and direction?

    For example, here is the level (L3) of all six directions (sides):

    <level tiledimagewidth="5716" tiledimageheight="5716">
    <front url="panos/f/l3/%v_%h.jpg"/>
    <right url="panos/r/l3/%v_%h.jpg"/>
    <back url="panos/b/l3/%v_%h.jpg"/>
    <left url="panos/l/l3/%v_%h.jpg"/>
    <up url="panos/u/l3/%v_%h.jpg"/>
    <down url="panos/d/l3/%v_%h.jpg"/>
    </level>

    The output I need to get six large photos of each side
    consequently... How to do it?

    Thanks in advance for the answer!

  • My tiles is:

    0_0.jpg
    0_1.jpg
    ...

    My retile.bat is:

    krpanotools32 maketiles D:\1\tiles\0\3\%v_%h.jpg D:\1\sal3_f.tif 0 -insize=5716x5716 -intilesize=512


    The result is:


    kmaketiles 1.18.5 - 32bit (build 2015-08-04)
    ERROR: unable to open inputimage D:\1\tiles\0\3\h.jpg
    done.

    What is wrong?

  • Hi

    krpanotools32 maketiles D:\1\tiles\0\3\%v_%h.jpg D:\1\sal3_f.tif 0 -insize=5716x5716 -intilesize=512

    try this code:

    Code
    krpanotools32 maketiles D:\1\tiles\0\3\%%v_%%h.jpg D:\1\sal3_f.tif 0 -insize=5716x5716 -intilesize=512

    ... %%v_%%h.jpg ...


    Piotr

  • I see, thanks! Something complicate task:

    My tiles are:


    l4_b_01_01.jpg
    l4_b_01_02.jpg
    ...
    l4_b_16-16.jpg

    My mask is: l4_b_%%0v_%%0h, but in this case it will not take from 10 to 16... What change 0 (zero) in mask to see all related tiles?

  • I have 6 CUBE sides images and need SINGLE-SWF as the result...

    When I convert my images from CUBE to SPHERE and than convert equidistant SPHERE image by "MAKE PANO (SINGLE-SWF) droplet.bat" - everything is OK! Correct SWF-file.

    But If I do not not want this intermediate conversion and try to convert these 6 images directly by "MAKE PANO (SINGLE-SWF) droplet.bat" - it generates wrong SWF-file as you see from the log:

    kmakemultires 1.0.8.14 - 64bit (build 2012-03-16)
    - using user config: singleswf.config


    processing - urb4 (CUBE)
    inputfiles: (6x5709x5709)
    left: urb4_l.jpg
    front: urb4_f.jpg
    right: urb4_r.jpg
    back: urb4_b.jpg
    up: urb4_u.jpg
    down: urb4_d.jpg
    outputfiles:
    swf: urb4.swf
    parameters:
    -xmltemplate=default.xml


    generate:
    making tiles: urb4_tiles_l1_l.jpg - 2x2 (4) tiles
    making tiles: urb4_tiles_l1_f.jpg - 2x2 (4) tiles
    making tiles: urb4_tiles_l1_r.jpg - 2x2 (4) tiles
    making tiles: urb4_tiles_l1_b.jpg - 2x2 (4) tiles
    making tiles: urb4_tiles_l1_u.jpg - 2x2 (4) tiles
    making tiles: urb4_tiles_l1_d.jpg - 2x2 (4) tiles
    making preview...
    making embedded swf file... urb4.swf
    done.


    I tried to change in singleswf.config converttocube=false but no result. *sad*

    What to change in singleswf.config to convert my 6 CUBE images directly without any tiles?

    Edited 2 times, last by sardonix (September 3, 2016 at 10:30 AM).

  • As far as I see - I need not 2x2(4) but 1x1(1) tiles for correct conversion, but it has maxcubesize=4000 (4000x4000) limitation for correct conversion.

    Is it possible to remove this limitation???

Participate now!

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