kitty fits an image to its cell rect preserving aspect, so a frame whose pixel
size isn't a whole multiple of the cell rounds up — clipping the bottom row
("clipped feet") and letterboxing a blank row. Trim each frame to its union
alpha bbox, then snap to an exact cell multiple before transmit so the sprite
hugs its box and renders full-body. (ratatui-image#57: render in multiples of
the font-size.)
|
||
|---|---|---|
| .. | ||
| generate | ||
| __init__.py | ||
| constants.py | ||
| manifest.py | ||
| render.py | ||
| state.py | ||
| store.py | ||