VideoTools/assets/logo
Stu Leak 73e527048a Regenerate VT_Icon.ico with transparent background
Issue: ICO file had white background instead of transparency
Solution: Regenerated from PNG source using ImageMagick with
-alpha on -background transparent flags

Verification:
- Corner pixels are srgba(0,0,0,0) - fully transparent
- All icon sizes (256, 128, 64, 48, 32, 16) have alpha channel
- Backup saved as VT_Icon.ico.backup

Command used:
magick VT_Icon.png -alpha on -background transparent \
  -define icon:auto-resize=256,128,64,48,32,16 VT_Icon.ico

This ensures the app icon displays properly with transparent
background on all platforms.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-19 13:08:09 -05:00
..
VT_Icon.ico Regenerate VT_Icon.ico with transparent background 2025-12-19 13:08:09 -05:00
VT_Icon.png Add target file size feature and fix multiple encoding issues 2025-12-03 10:00:14 -05:00
VT_Icon.svg Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
VT_Prototype.svg Checkpoint media player playback 2025-11-21 16:08:38 -05:00