Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'blank' render style #60

Open
4 tasks
AnonymouX47 opened this issue Jun 26, 2022 · 0 comments
Open
4 tasks

'blank' render style #60

AnonymouX47 opened this issue Jun 26, 2022 · 0 comments
Assignees
Labels
blank Related to the 'blank' render style enhancement New feature / Improvement suggestion or request planned Planned feature (should be removed as soon as implementation starts)

Comments

@AnonymouX47
Copy link
Owner

AnonymouX47 commented Jun 26, 2022

Branches off #57

This render style is based on two major things:

  • The ASCII blank (space) character (0x20)
  • ANSII background color escape sequences

Progress:

  • Sizing
  • Rendering
  • CLI integration
  • TUI integration

Initial idea

  • Images will have a resolution of (kinda) two pixels per cell but both sharing the same color.
  • The image is resized to a resolution of one pixel per cell and the rest is straightforward from there 🌚.

Any suggestions are always welcome. 😃

@AnonymouX47 AnonymouX47 added enhancement New feature / Improvement suggestion or request lib Related to the library (Not to be used anymore) cli Related to the image viewer's CLI (Not to be used anymore) tui Related to the image viewer's TUI (Not to be used anymore) text Related to the interface common to text-based render styles planned Planned feature (should be removed as soon as implementation starts) labels Jun 26, 2022
@AnonymouX47 AnonymouX47 self-assigned this Jun 26, 2022
@AnonymouX47 AnonymouX47 changed the title 'blank' 'blank' render style Jun 26, 2022
@AnonymouX47 AnonymouX47 added blank Related to the 'blank' render style and removed text Related to the interface common to text-based render styles labels Jun 26, 2022
@AnonymouX47 AnonymouX47 added this to the 0.7.0 milestone Feb 23, 2023
@AnonymouX47 AnonymouX47 removed lib Related to the library (Not to be used anymore) cli Related to the image viewer's CLI (Not to be used anymore) tui Related to the image viewer's TUI (Not to be used anymore) labels Apr 16, 2023
@AnonymouX47 AnonymouX47 removed this from the 0.7.0 milestone Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blank Related to the 'blank' render style enhancement New feature / Improvement suggestion or request planned Planned feature (should be removed as soon as implementation starts)
Projects
None yet
Development

No branches or pull requests

1 participant