• Hello,

    I am using krpano to pan and zoom into a large product picture. After a certain level of zoom I am trying to insert a 'pixelate' effect. In order to accomplish this I need to have a snapshot of the screen at that zoom level and write it in another canvas where to implement my effect.

    It seems that it's impossible to make this snapshot.....I tried other js libraries like html2canvas or simply 'by hand' (elem = document.getElementsByTagName('canvas')[0];..... and try to draw this krpano generated canvas into mine). The problem is that krpano canvas context is a webgl one and I cannot capture it to be drawn in another canvas. (not to mention that in IE edge the context is null).

    Any ideas of how can I make this 'screenshot' ?

    Thx in advance
    Warrant

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!