Aurélien G.

Results 6 comments of Aurélien G.

Thanks for your answer. Instead of : ``` var data_u32 = new Uint32Array(imageData.data.buffer); ``` I tried : ``` var data_u32 = new Uint32Array(W*H*4); for(var a=0;a

It's on IE10, with the sobel_derivatives example, for example ( I also use Canny edge detector and result is the same ). Given that I can't use webcam to test...

The image result is full white with this replacement.. I don't know what can I do to fix this. ..

I draw the image, then i get the image data, then process different filters and i redraw the final result on the canvas.

Had the same issue, and was a mistake from me. Be sure to pass a number to the goToPage() method, or convert your string to Int ( parseInt( (yourIndex) ,...

Thanks for your answer, i did not know about this filters and it makes AVIF images work ! I also think that adding this by default in Timber is a...