Introduce PNG export with correct aspect ratio and Desktop save location#9
Open
ruizrica wants to merge 6 commits intosuperstarryeyes:mainfrom
Open
Introduce PNG export with correct aspect ratio and Desktop save location#9ruizrica wants to merge 6 commits intosuperstarryeyes:mainfrom
ruizrica wants to merge 6 commits intosuperstarryeyes:mainfrom
Conversation
Favorites: - Press 'f' to open favorites panel - Save current art config with 's', enter name or auto-generate - Navigate with arrow keys, Enter to load, 'd' to delete - Stores text, font, colors, spacing, scale, shadow settings - Persists to ~/.config/bit/favorites.json PNG Export: - Added PNG as export format option - Generates transparent PNG at 16x scale - Supports overwrite confirmation like other formats 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix PNG aspect ratio to match terminal display (2:1 height:width) - Add TerminalAspectRatioPNGOptions() for proper cell sizing (16x32) - Change default export location to Desktop - Make PNG the default/first export format - Update README to document PNG export feature Co-Authored-By: Claude <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.
Summary
TerminalAspectRatioPNGOptions()for proper cell sizing (16x32 pixels)Changes
internal/export/png.go: AddedTerminalAspectRatioPNGOptions()functioninternal/export/manager.go: Export now saves to Desktop by defaultinternal/export/types.go: Moved PNG to first position in format listinternal/ui/app.go: Use terminal aspect ratio options for PNG exportREADME.md: Updated documentation to reflect PNG export featureTest plan