First-run polish: transparent palette images (character PNGs on a clear background) were going through a naive convert('RGB'), letting PIL guess the transparent pixels (black-ish artifacts → bleed into the crop + embedding, plus the "should be converted to RGBA" warning). to_rgb() composites over white first. Used by stills + video frames. Triggers a build-agent republish.
First-run polish: transparent palette images (character PNGs on a clear background) were going through a naive `convert('RGB')`, letting PIL guess the transparent pixels (black-ish artifacts → bleed into the crop + embedding, plus the "should be converted to RGBA" warning). `to_rgb()` composites over white first. Used by stills + video frames. Triggers a `build-agent` republish.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
A naive convert('RGB') on a palette-with-transparency image (common: character
PNGs on a clear background) lets PIL guess the transparent pixels — black-ish
artifacts that bleed into the crop + the CCIP embedding (and the "should be
converted to RGBA" warning). to_rgb() composites over white first for a clean,
consistent background; used by both stills and video frames.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
First-run polish: transparent palette images (character PNGs on a clear background) were going through a naive
convert('RGB'), letting PIL guess the transparent pixels (black-ish artifacts → bleed into the crop + embedding, plus the "should be converted to RGBA" warning).to_rgb()composites over white first. Used by stills + video frames. Triggers abuild-agentrepublish.🤖 Generated with Claude Code
A naive convert('RGB') on a palette-with-transparency image (common: character PNGs on a clear background) lets PIL guess the transparent pixels — black-ish artifacts that bleed into the crop + the CCIP embedding (and the "should be converted to RGBA" warning). to_rgb() composites over white first for a clean, consistent background; used by both stills and video frames. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa