-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Interim indexed-color (256-color) Rendering #109
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba16589 - Browse repository at this point
Copy the full SHA ba16589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e945a6 - Browse repository at this point
Copy the full SHA 3e945a6View commit details -
feat: TextImage: Implement image quantization
- Add: `TextImage._get_render_data()`, implementing image quantization for text-based styles towards indexed-color rendering support. - Add: `TextImage._XTERM_240_PALETTE_IMAGE`.
Configuration menu - View commit details
-
Copy full SHA for 8efcf3f - Browse repository at this point
Copy the full SHA 8efcf3fView commit details -
feat: BlockImage: Add render methods
- Add: `DIRECT` and `INDEXED` render methods. - Add: *method* style parameter and format spec field. - Add: Attributes: - `_FORMAT_SPEC` - `_render_methods` - `_default_render_method` - `_render_method` - `_style_args` - Add: `._check_style_format_spec()`. - Add: *method* parameter to `._render_image()`. - Change: Update class docstring.
Configuration menu - View commit details
-
Copy full SHA for 00d182f - Browse repository at this point
Copy the full SHA 00d182fView commit details -
feat:BlockImage: Implement indexed-color rendering
- Add: Use the *method* parameter of `._render_image()`. - Add: Implement the `INDEXED` render method.
Configuration menu - View commit details
-
Copy full SHA for c0ebac1 - Browse repository at this point
Copy the full SHA c0ebac1View commit details -
fix: TextImage: Fix image quantization with alpha
- Fix: Typo in `._get_render_data()`.
Configuration menu - View commit details
-
Copy full SHA for af04079 - Browse repository at this point
Copy the full SHA af04079View commit details -
docs: Update terminal support information
- Add: Mention indexed-color support in the requirements. - Change: Update the list of supported terminal emulators.
Configuration menu - View commit details
-
Copy full SHA for 5421b2b - Browse repository at this point
Copy the full SHA 5421b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52edf2b - Browse repository at this point
Copy the full SHA 52edf2bView commit details
Commits on Jun 4, 2024
-
fix: ctlseqs: Use non-standard indexed-color seqs
- Fix: Use the non-standard semi-colon-delimited indexed-color SGR control sequences, as they're more widely supported than the standard colon-delimited counterparts. Refs: #90 (comment)
Configuration menu - View commit details
-
Copy full SHA for c6ca1e1 - Browse repository at this point
Copy the full SHA c6ca1e1View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0adc3e - Browse repository at this point
Copy the full SHA f0adc3eView commit details