krpano 1.0.8 beta (Flash10, QTVR, Zoomify, Partials Panos, ...)


  • MERGE doesn't seem to work here through an onstart, it gets stuck on the loading screen and doesn't load the image (working with cylinder files) but KEEPALL works; not sure why.

  • Hello Klaus
    first time here on the forum *smile*

    Pls is it possible to use a cylinder image ( 18622 X 4150 ) and have it TILES ???
    I tried krptools 1.0.6.1 but it does not allow if it's not equiretangular image.
    Also
    I tried to use the zoomyfier tiles, but no sucess following your example of XML code *sad*

    Any idea ?

    Thanks
    from Rio
    AYRTON
    http://ayrton360.com

    It's not WHAT you shoot. It's the WAY you shoot.

  • Happy Holidays Klaus !

    I think I found a bug... I've tried Beta 1 thru 4, all of them have the same error. Basically, if you put in an SWF as a plugin and then go fullscreen, the screen goes black. I commented the tag out and then fullscreen mode works fine. It also worked fine when I changed the SWF to a static PNG; so something is wrong when krpano renders an SWF as a plugin.

    Ex, not working:

    Code
    <plugin name="hotspot6" url="plugins/test.swf" zorder="6" align="center" edge="center" 
    width="400" height="300" onhover="showtext(Click to Close);" onclick="action(hideplugin6);" />


    Working:

    Code
    <plugin name="hotspot6" url="images/test.png" zorder="6" align="center" edge="center" 
    width="400" height="300" onhover="showtext(Click to Close);" onclick="action(hideplugin6);" />


    Can you look into this? Thanks !

  • Jesus Christ,
    Sorry guys for the mess I'm making here *sad*
    I hate forums, lists are so easier *smile*
    I can't get to write the code on the damm message
    PLEASE how can I write the damm code here ???
    I'm trying once more ... why it does not shows up ????????

    IMAGE_PROPERTIES WIDTH="18622" HEIGHT="4150" NUMTILES="1715" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" /

    It's not WHAT you shoot. It's the WAY you shoot.

  • make sure you enclose your code in the code tags by using the # button in the post editor, like so, hit the quote button to see this posts formatting -

    Code
    IMAGE_PROPERTIES WIDTH="18622" HEIGHT="4150" NUMTILES="1715" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" /

    the preview button will also let you see your post before saving, and oyu should be able to edit your old posts as well...

    sam

  • Hi all!

    Happy new year 2009

    I've just release a new beta version (beta 5)


    News in this version:


    multresolution panoramas:

    the complete multiresolution loading/rendering part was rewritten,
    now the rendering of mutliresolution panoramas should be faster and better,

    the selection of the best level has changed, in the previous versions
    only the screenheight was respected when selecting the best level,
    now also the screenwidth was used, this should provide better results,

    the multiresolution loading strategy has changed,
    now there are two loading modes:

    normal loading:

    • first the tiles of the level which fit the view best are loaded
    • and then the tiles of the lower levels
    • like the older versions

    progressive loading:

    • here - at first - the lower resolution levels are loaded
    • and when the loading of the lower resolution has finished for the current view then the next level is loaded...
    • ...so long until the best level is reached
    • it can be enabled with:
      Code
      <image ... progressive="true"> .... </image>


    new parameters:

    there is a new "maxpixelzoom" parameter for the <view> tag:
    this limit the zooming depending on the panorama image resolution,
    e.g.

    Code
    <view ...
      maxpixelzoom="1.0"
      />


    direct Zoomify support:

    now krpano supports the direct loading of the Zoomify ImageProperties.xml,
    but note - Zoomify images are only flat images, to view them as panoramas it's necessary
    to specify the type (SPHERE or CYLINDER) and the horizontal field of view (hfov) of the image,
    the default values are type="SPHERE" and hfov="360",
    if you want to view the image "flat" - just set a very small hfov, e.g. hfov="1"

    to use it, you must set the path to the Zoomify "ImageProperties.xml" file,
    this can be done in the xml file or direct as variable in the html file,
    (a html example is included in the beta5 download)

    xml example:

    Code
    <image type="ZOOMIFY" hfov="360">
    <zoomify type="CYLINDER" 
             url="http://--->ZOOMIFY-PATH<----/ImageProperties.xml" 
             />
    </image>

    html example (SWFObject 1.5):

    Code
    var so = new SWFObject("krpano.swf", "krpanoSWFObject", "100%", "100%", "9.0.28");
    so.addVariable("zoomify", "--->ZOOMIFY-PATH<----/ImageProperties.xml");
    so.addVariable("zoomifytype", "CYLINDER");
    so.addVariable("hfov", "360");
    if ( so.write("krpanoDIV") ) { var mousewheelfixes = new SWFkrpanoMouseWheel(so); }


    addtional changes:

    • the loading bar should now work correct for normal panoramas (but still not perfect for multiresolution panoramas)
    • with "trace(var1,var2,var3,...);" it's now possible to trace the contents of variables
    • cylindrical preview images
    • many small bugfixes (more details in the final version)

    best regards,
    Klaus

  • Hi,

    I'm new in the Krpano world.
    I try to use krpano 1.0.8beta to make a pano from a eyefish 180° image.

    My source image is for example : http://www.elgigi.fr/virtual_visit.jpg
    I must to make directly a panorama with this photo, whithout edit or make another intermediate images.

    KRPano allow to do that ?
    I tried, but without success. Can you help me to find good parameters ? I will buy KRpano later if that i would like is possible.

    Thanks,
    Gigi

  • I already find this solution, but it's not possible in my case.

    We develop an intranet where users upload there images like these, and i must be create this pano automatically after the upload without edition or treatment.

  • Hi,

    I'm new in the Krpano world.
    I try to use krpano 1.0.8beta to make a pano from a eyefish 180° image.

    My source image is for example : http://www.elgigi.fr/virtual_visit.jpg
    I must to make directly a panorama with this photo, whithout edit or make another intermediate images.

    KRPano allow to do that ?
    I tried, but without success. Can you help me to find good parameters ? I will buy KRpano later if that i would like is possible.

    Thanks,
    Gigi

    Hi,

    using fisheye images as input is currently not possible,
    but I have already planned to support them too,
    may in one of the next versions

    best regards,
    Klaus

  • Minor request Klaus... is there a way to disable the "Tab" "9" "0" and "O" (console) keys?

    I have noticed visitors will try to tab out of the player onto the HTML or browser elements and end up turning on the wire-frame mode. So maybe something like: <krpano version="1.0.8" optionkeys="false"> to disable them. *thumbup*

Participate now!

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