Issue with processing of 3584x1792 images

  • Hi,

    I use kmakemultires to slice panoramas on tiles. And it works good with images of dimension 14268x7134. But I have an issue when I try to process images with dimension 3584x1792.

    Here is an example of how such panorama looks after processing:
    http://screencast.com/t/NfYjXEe6m8Z

    Here is config file that is used by kmakemultires:

    # basic settings
    include basicsettings.config
    panotype=autodetect
    hfov=360
    html5=auto

    # convert spherical/cylindrical to cubical
    converttocube=true
    converttocubelimit=360x45

    # multiresolution settings
    multires=true
    tilesize=512
    levels=4
    levelstep=2
    maxsize=auto
    maxcubesize=auto
    leveldownload=auto
    indexbase=0


    # output images path
    tilepath=%INPUTPATH%/tiles/[code=c]/%l/%x_%y.jpg

    # preview pano settings
    preview=true
    graypreview=false
    previewsmooth=25
    previewpath=%INPUTPATH%/%BASENAME%/preview.jpg

    # generate smaller mobile images
    customimage[mobile].size=1024
    customimage[mobile].path=%INPUTPATH%/tiles/%s/mobile.jpg
    customimage[mobile].imagesettings=jpegquality=85 jpegsubsamp=444 jpegoptimize=true
    customimage[mobile].xml=<mobile>[NL][TAB]<cube url="[PATH]" />[NL]</mobile>

    # xml output
    xml=false
    xmlpath=%INPUTPATH%/%BASENAME%/%BASENAME%.xml

    # skin / xml template
    include defaultbuttons.skin


    # html output/template
    html=false
    htmlpath=%INPUTPATH%/%BASENAME%.html
    htmltemplate=html/swfkrpano.html
    htmltemplate_js=html/swfkrpano.js
    htmltemplate_html5=auto

    # compression settings (no jpegoptimize for very big panos)
    jpegquality=82
    jpegsubsamp=422
    jpegoptimize=false

    Could someone tell me what should I change to be able to correctly process 3584x1782 images?

    Thanks in advance.

  • Hi,

    the size of the images shouldn't matter.

    Can you please post a link to the result.

    There must be something very wrong there - e.g. maybe the xml and the images don't fit together for some reason (e.g. cached old files, wrongly overwritten xml or something like this).

    Best regards,
    Klaus

Participate now!

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