Sorry, can't reproduce such.
Do you have an example?
Of course.
Sorry, can't reproduce such.
Do you have an example?
Of course.
Hi,
The preview Image (preview.jpg) is not shown on startup since krpano 1.2x.
When I start the the tour display is black, Then loads the tiled images. In krpano 1.6 and below, the preview image was shown on startup then it loads the tiled images.
Do you have a link to your example?
Normally the preview image is always requested first...
Thanks, I first misunderstood what you mean but now I see. Will be fixed in the next release.
Best regards,
Klaus
The preview Image (preview.jpg) is not shown on startup since krpano 1.2x.
When I start the the tour display is black, Then loads the tiled images. In krpano 1.6 and below, the preview image was shown on startup then it loads the tiled images.
Hi again,
after more checking I found two cases where the preview was not shown correctly:
- when using a cubestrip preview image + a spherical multires pano,
- and when using a spherical preview image + a spherical multires pano.
This will be fixed in the next release (1.20.3).
Best regards,
Klaus
Hi,
there is a new krpano release:
krpano 1.20.3
It brings several smaller fixes but also some improvements:
For all news, details and fixes in this release please check the Release Notes.
Best regards,
Klaus
thank you Klaus
Piotr
Great update!
Tuur
thanks klaus!
Now, if the panorama is built into the iframe, when you turn the mobile device into a landscape position, it does not open in full screen.
Now, if the panorama is built into the iframe, when you turn the mobile device into a landscape position, it does not open in full screen.
That was an unintended side-effect of the display.autofullscreen feature and fixed in 1.20 - here a quote from the release-notes:
QuoteFix: Use display.autofullscreen only for full-page-websites.
Thanks for your reply!
I have one more question. Now my plugin "lensflare" has become strangely behaving in a stereographic projection. If I set a css3d rendering (for hotspots), this does not happen.
Link example https://panosphera.ru/gallery/zuratk…150,-40,130,0,0);
Hi Klaus
The zoomlevel is not correct for cylidnrical panos in 1.20,3.
My settings are -> maxpixelzoom="1.0" fovmin="70" fovmax="140"
But I can not zoom into the pano.
I have to adjust maxpixelzoom to 20 that I get same zoom level as before.
Quality seems to be ok. I could not see any quality loss in the pano.
It happens only to cylindrical panos, sperical panos are not affected.
Best regards
Peter
Hi,
there is a new minor update:
krpano 1.20.4
In version 1.20.3 a bug was fixed that prevented the rendering of spherical/cylindrical preview images in some cases. Unfortunately that fix caused a side-effect that the internal pano-resolution-information has got overwritten by the resolution of the preview image - and that prevented zooming when using the maxpixelzoom setting.
Additionally also a few other and yet undiscovered bugs related to the preview-pano loading/rendering were fixed in this release.
All release information here:
Release Notes 1.20.4
Best regards,
Klaus
Thank you!
Tuur
Works great.
Thanks for quick fix.
Best
Peter
Hello, I just upgraded krpano version to 1.20.3 but now I am having an issue during image tiling.
I'm using the command krpanotools makepano -config=multires.config
being my config file:
panotype=autodetect
stereosupport=true
makescenes=false
frames=false
converttocube=true
converttocubelimit=360x120
converttocubeformat=jpg
multires=true
levels=auto
tilepath=%INPUTPATH%/tiles/l%Al[_c]_%Av_%Ah.jpg
thumbpath=%INPUTPATH%/tiles/thumb.jpg
previewpath=%INPUTPATH%/tiles/preview.jpg
makethumb=true
xml=false
html=false
jpegquality=90
jpegsubsamp=422
tilesize=512
levelsizes=512,1024,2048
Display More
The problem is that the <image multires> is referencing tile that were not generated by makepano command.
This is how I'm constructing the xml:
<preview url="preview.jpg" />
<image type="CUBE" multires="true" tilesize="512">
<level tiledimagewidth="2048" >
<cube url="l1_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="1024" >
<cube url="l2_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="512" >
<cube url="l3_%s_%v_%h.jpg" />
</level>
</image>
Display More
what have changed in this process? Can someone help me out in this?
Hello Tuur, thanks for responding. I'll check this out!
Hi,
Hello, I just upgraded krpano version to 1.20.3 but now I am having an issue during image tiling.
Before version 1.20.3 the levelsizes setting was working wrong: when using that setting the level index was written in the wrong order, e.g. l5,l4,l3,l2,l1 instead of l1,l2,l3,l4,l5 as it should and also is when using the other level settings.
That was not a directly noticeable problem because the levels in the xml-output were also generated in the wrong order, but it is a problem of course when using a generic xml and not one that was generated together with the tiles.
I knew that fixing that bug would break compatibility with such cases, but I thought it should got fixed for correctness and consistency anyway. And updating to match again is only a small change:
Either change your xml - the smallest level should got the lowest level-index and the largest level the highest index (that means swap 'l1' and 'l3' in your xml), or change the order of the levelsizes values in the config file - e.g. change this line:
to this:
Then the generated tiles will match our xml.
Best regards,
Klaus
Hello klaus.krpano thanks for clarifying it! Makes sense that fix!
I inverted directly in xml at tiledimagewidth="xxxx" and it worked.
Ok, I’ll repeat my question again: is this a normal hotspot behavior?
https://panosphera.ru/gallery/bhub7rk/
XML https://panosphera.ru/gallery/bhub7rk/krpano.xml
Don’t have an account yet? Register yourself now and be a part of our community!