+ Find and delete images smaller than the threshold. Mirrors the
+ import-time min_width / min_height
+ filter, applied retroactively to the existing library.
+
+ Scan library for images dominated by one color within the + tolerance. Catches placeholder / solid-fill / error-page images + that slipped through the import filter. Same background-scan + cadence as the transparency audit. +
+ ++ Scan complete. {{ audit.matched_count }} + image(s) match. +
++ Scan library for images whose transparent-pixel fraction exceeds + the threshold. Animated WebPs / GIFs are skipped (the import-side + rule does the same). Runs as a background task — ~50ms per image, + so a 57k library takes ~50 minutes. +
+ ++ Scan complete. {{ audit.matched_count }} + image(s) match. +
++ Retroactive enforcement of import-filter rules. Each card scans the + existing library for content that the current import filters would + now exclude. Destructive — typed-token confirmation required. +
+ +