mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The transparency-fixer now directly detects the baked-in checkerboard pattern using per-pixel chroma analysis instead of BiRefNet AI matting. Achromatic pixels in the gray range are classified as background (transparent), chromatic pixels as foreground (opaque), with smooth transitions at anti-aliased edges. - No longer requires Python sidecar or background-removal bundle - Watermark removal uses Sharp median(5) filter pre-processing - Moved tool from "ai" to "utilities" category - Removed from PYTHON_SIDECAR_TOOLS and background-removal enablesTools - Near-instant processing (pure Sharp, no model inference)