We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exemple d'un paquet qui tourne uniquement côté client : https://github.com/imgly/background-removal-js
à creuser
The text was updated successfully, but these errors were encountered:
Apparemment les modèles font 40 ou 80mb (!) ! Peut-être faire ça côté serveur plutôt, à voir.
Sorry, something went wrong.
Peut être jouable avec ffmpeg : https://superuser.com/a/1749888
ffmpeg -i input.jpg -vf colorkey=white:0.3:0.5 out.png Change 0.3 to 0.01 if you want only white(#ffffff) to be affected, without close colors. Change 0.5 to whatever transparency amount you want, 0.0 will be fully transparent. More info here.
ffmpeg -i input.jpg -vf colorkey=white:0.3:0.5 out.png
Change 0.3 to 0.01 if you want only white(#ffffff) to be affected, without close colors.
Change 0.5 to whatever transparency amount you want, 0.0 will be fully transparent.
More info here.
https://www.ffmpeg.org/ffmpeg-filters.html#colorkey
No branches or pull requests
Exemple d'un paquet qui tourne uniquement côté client :
https://github.com/imgly/background-removal-js
à creuser
The text was updated successfully, but these errors were encountered: