You are not logged in.

1

Wednesday, August 2nd 2017, 8:08am

gif hotspot in webvr mode

Hi supportor
Currently, we use gif hotspot in pano, it words in html5 and fail to flash. Thus, we choose our pano to html5 only.
However, it fails to webvr mode, too. Is it possible to make git hotspot animate in webvr?

Derek

2

Wednesday, August 2nd 2017, 9:14pm

Hi,

sorry, but krpano doesn't support animated gif files (although they work when the browser is displaying them directly), they are already inefficient in many browsers and a potential implementation would require custom gif parsing and rendering code and that would be even more inefficient.

The way better solution would be using png or jpeg files as image-strips and some xml animation code - e.g. like here:
https://krpano.com/examples/usage/#animated-hotspots

Best regards,
Klaus

3

Thursday, August 3rd 2017, 12:25am

Hi,

sorry, but krpano doesn't support animated gif files (although they work when the browser is displaying them directly), they are already inefficient in many browsers and a potential implementation would require custom gif parsing and rendering code and that would be even more inefficient.

The way better solution would be using png or jpeg files as image-strips and some xml animation code - e.g. like here:
https://krpano.com/examples/usage/#animated-hotspots

Best regards,
Klaus
Hi Klaus
Thanks for your reply.
Why we use gif is due to our customers usually upload their animated picture by gif. If we use picture clips for animation like the example of animated-hotspots your provided, our customers usually have no idea how to provide these picture clips. Or do you have and tool to convert the gif to picture clips?
Derek