background-remover
Installation
SKILL.md
Background Remover
Remove backgrounds from images using multiple detection methods.
Features
- Color-Based Removal: Remove solid color backgrounds
- Edge Detection: Detect subject edges for removal
- GrabCut Algorithm: Interactive foreground extraction
- Batch Processing: Process multiple images
- Transparency Output: Export with alpha channel
- Background Replacement: Replace with color or image
Quick Start
from background_remover import BackgroundRemover
remover = BackgroundRemover()