Tudor D. Pop
|
af28080058
|
feat(virtual-background) add slight blur option
|
4 years ago |
Saúl Ibarra Corretgé
|
8eed42c273
|
fix(virtual-backgrounds) add segmentation model license information
Fixes: https://github.com/jitsi/jitsi-meet/issues/8792
|
4 years ago |
Tudor D. Pop
|
77ee4b13e1
|
feat(virtual-backgrounds) add ability to upload custom images
|
4 years ago |
Saúl Ibarra Corretgé
|
1395f84550
|
fix(virtual-background) fix tainted canvas when using the CDN
When we use a CDN the images come from an origin different than the site so
unless we mark them for CORS the canvas where they are painted will be tainted.
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
|
4 years ago |
Saúl Ibarra Corretgé
|
4fa47c8070
|
fix(virtual-background) use a DOM element for storing the image
THis will reuse the previously cached image and obey the base href.
Ref:
https://stackoverflow.com/questions/6241716/is-there-a-difference-between-new-image-and-document-createelementimg
|
4 years ago |
Saúl Ibarra Corretgé
|
31ace267ce
|
fix(virtual-background) use tighter edge smoothing
|
4 years ago |
tudordan7
|
194d357005
|
feat(virtual-backgrounds) add virtual background support
|
4 years ago |