[#52] --transparent-background: region-based background removal#56
Merged
Conversation
…nt SVG Reuses the region-based _edge_flood_fill_mask (shared with --solid-background) to cut the edge-connected background from the final color SVG: each path is mapped into the mask (applying its translate) and dropped when it covers the whole canvas or its outline sits mostly in the background. Region-based, so a subject that shares the background color is preserved (e.g. light hair, unlike deleting paths by color). Runs after the verify loop, so scoring is unaffected. Color mode only (binary/pixel line-art is already foreground-only). Verified on a real chibi illustration: clean transparent cutout, full hair kept. Closes #52 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
--transparent-background: cut the edge-connected background from a color conversion, leaving a transparent SVG._edge_flood_fill_mask([#53,#51] Region-based bg segmentation: fix solid-bg holes + --background <color> #55) — region-based, not color-based, so a subject sharing the bg color (e.g. light hair) is preserved. Deleting paths by color removed the hair in the earlier manual workaround; this does not.Closes #52
🤖 Generated with Claude Code