feat(tools): remove background from animated GIFs (WebP, APNG) (#502)

Adds a dedicated remove-gif-background AI tool: removes the background from an animated GIF, WebP, or APNG frame by frame and reassembles a transparent (or composited) animation in WebP, APNG, or GIF, with full per-frame effects. Reuses the background-removal bundle. Verified end-to-end with the real rembg model.

Closes #496.
This commit is contained in:
SnapOtter
2026-07-11 19:53:00 +08:00
committed by GitHub
parent e7cfc00fe1
commit cb5db59f77
50 changed files with 2240 additions and 6 deletions
+1
View File
@@ -62,6 +62,7 @@ export const fixtures = {
animated: {
gif: p("image/valid/animated.gif"),
webp: p("image/valid/animated.webp"),
apng: p("image/valid/animated.apng"),
real: p("image/valid/animated-simpsons.gif"),
},
ocr: {