AnonymouX47
AnonymouX47
I'm using ranger for the first time, even though I've learnt about it for a while. While browsing through directories containing images (with image previews enabled), I noticed the support...
- **Changes "FONT ratio" to "CELL ratio"!!** - Renames `FontRatio` enum to `AutoCellRatio`. - Renames modes `AUTO` -> `FIXED` and `FULL_AUTO` -> `DYNAMIC`. - Makes the support status override public.
- Improved kitty term BG color workaround - Improved alpha auto BG tests
I will be implementing support for popular terminal graphics protocols, first in the library and then integrate them into the Image viewer as initially requested by users @paw-lu and @leo-arch....
Branches off #57 This render style is based on three major things: - ASCII characters - Character density - Lightness of an image pixel Progress: - [ ] Sizing -...
Branches off #57 This render style is based on three major things: - Unicode braille patterns (`+U2800` to `+U28FF`) - Lightness of an image pixel Progress: - [ ] Sizing...
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...
A branch off #23 Tested terminal emulators: - Fully working in Kitty >= 0.20.0. - Fully working in Konsole >= 22.04.0. - Tried Wezterm but not yet working, whether the...
Requires #62 This will be implemented as render methods (and some style-specific parameters) common to all colored text-based render styles, defined by the `[Colored]TextImage` (not yet sure if `ColoredTextImage` will...
Required by #61 Render method support validation: - set_render_method() - force: bool = False - if not (force or self_or_cls_._is_supported(method)): raise `StyleImageError`: {method!r} render method is not supported in the...