Eugene Zatepyakin

Results 61 comments of Eugene Zatepyakin

well u still need to create a copy of src matrix if it === dst to make that u get the buffer from cache and use copy_to method. the second...

can not reproduce this issue, it seems to be smth related to chrome itself i suppose

sorry i corrected my answer i can NOT see the issue, it works just fine for me

@PseudoSky i think you are using old version of repo. i've changed everything to https a while ago. the issue reported by @praksahsri11 is smth different

I don't have access to NPM repo, it was created by someone else. here on github i've changed all the links to be https.

well rather than changing all links to absolute (which is not right) I would ask the NPM author to change only one link to make it work actually. i understand...

@Nateowami cool! that was really helpful, thank you! i've changed the setting.

well i dont need this kind of data inside library. in the demos i use Array buffer casting for rendering results. so u just need to change it to smth...

can u please tell me which example u are trying to run and where IE failing?

IE Returns so called `CanvasPixelArray` instead of typed array. so u have to use with it channel-by-channel ``` javascript // render result back to canvas var data_u8 = imageData.data; var...