Open
Conversation
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
Owner
|
Thanks for raising this, will review @RilusMahmud |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
darkbringer1
approved these changes
Feb 7, 2026
|
I think there should also be an option 'low' – especially for testing/trying out/debugging having a quicker version would help |
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.
Added three quality presets (standard/high/ultra) allowing users to generate
posters at different resolutions:
Changes: