euporie.core.convert.formats.sixel
Contain function which convert data to sixel format.
Functions
|
Call the command as a subprocess and return it's output as bytes. |
|
Convert image data to ANSI text using chafa. |
|
Convert image data to ANSI text using ::chafa.py. |
|
Verify a list of external commands exist on the system. |
|
Get the current active (running) Application. |
|
Verify a list of python modules are importable. |
|
Convert image data to PNG bytes using |
|
Convert a pillow image to sixels |
|
Convert a pillow image to sixels |
|
Convert PNG data to sixels img2sixel. |
|
Add a converter to the centralized format conversion system. |
Classes
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords. |
- async euporie.core.convert.formats.sixel.pil_to_sixel_py_teimpy(datum: Datum, cols: int | None = None, rows: int | None = None, fg: str | None = None, bg: str | None = None, extend: bool = True) str
Convert a pillow image to sixels
teimpy
.