Tweak logo ASCII art for markdown rendering#44
Merged
Merged
Conversation
9b0b81a to
320f12a
Compare
5c0bf70 to
9c14a2c
Compare
This converts README logo from inline HTML <pre> block to PNG image for better rendering consistency across platforms. It adds automated logo generation script using ImageMagick with Intel One Mono font. - README.md: Replace <pre> with <img> tag, move ASCII art to comment - scripts/generate-logo.sh: Automated PNG generation with font fallback
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
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.
Overview
Replace inline ASCII art with a generated PNG logo for consistent rendering across different markdown viewers and platforms.
Problem
The original inline ASCII art logo in README.md had several issues:
Solution
Convert to PNG image with automated generation:
Documentation/logo.png(753×299, 5.7KB)scripts/generate-logo.shwith:<pre>with<img>tag, preserve ASCII art in comment for regenerationTechnical Details
Logo Generation Parameters
Script Features
--helpoption with usage examplesUsage
Benefits
Files Changed
README.md: Replace inline ASCII with image referenceDocumentation/logo.png: Generated logo imagescripts/generate-logo.sh: Automated generation script (212 lines)Testing
Tested with:
The logo displays correctly in GitHub markdown viewer with proper Unicode box drawing character rendering.