Solving merge issues to integrate some excellent PRs by other contributors#43
Closed
rmspeers wants to merge 13 commits intooriginalankur:mainfrom
Closed
Solving merge issues to integrate some excellent PRs by other contributors#43rmspeers wants to merge 13 commits intooriginalankur:mainfrom
rmspeers wants to merge 13 commits intooriginalankur:mainfrom
Conversation
Some cities look better in landscape mode than in portrait mode. This adds a new optional parameter to enable that mode.
Ignore macOS system files to prevent them from being tracked in the repository.
Add three quality presets (standard/high/ultra) allowing users to generate posters at different resolutions: - standard: 3600x4800px (12x16" @ 300 DPI) - high: 6400x8400px (16x21" @ 400 DPI) - ultra: 10800x14400px (18x24" @ 600 DPI) Changes: - Add QUALITY_PRESETS dictionary with figsize and DPI configurations - Update create_poster() to accept figsize and dpi parameters - Add --quality/-q CLI argument with validation - Add --list-quality command to display available quality levels - Display quality settings during poster generation
odysseu
approved these changes
Jan 19, 2026
Owner
|
Hey @rmspeers Thanks for the initiative but picking a PR at a time, so closing this. Thanks. |
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.
This integrates PRs made including:
In these, merge conflicts are resolved and features integrated, and mistaken commits/etc are cleaned up.
Objective is for easier upstreaming by the maintainer integrating community edits.