Cezary Nowak
Cezary Nowak
When running blurjs, there is noticeable lag. Using Web Worker to transform image would fix the lag :)
Hey, there is conflict in operator names Valid PHP code: `$fp = @fopen('path/to/file', 'ab');` mammouth code: `fp = @fopen('path/to/file', 'ab')` and it's compiled to `$fp = $this->fopen('path/to/file', 'ab');` maybe `@@fopen`...
`XX instanceof ImageData` was not working correctly for ImageData from canvasfilters.
Thank you for this application :-) "Stop All" function would be really helpful
Hi :) When I install opencv-wasm from npm, everything works fine. I can call `cv.solvePnP`. But when I use the same exact code to build an own version - then...
Currently icons on the thumbnail overlay (favourite, checkbox, etc) are white-ish. Quite often it's invisible when photo is also light color. This makes it impossible see if photo is liked...