Branch: refs/heads/image-grid-sixel
Home: https://github.com/tmux/tmux
Commit: 08f0c0485bc42e0512def6a52f5c2b01bc179330
https://github.com/tmux/tmux/commit/08f0c0485bc42e0512def6a52f5c2b01bc179330
Author: Michael Grant <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M image-sixel.c
Log Message:
-----------
Correct SIXEL HLS colour conversion
Use the DEC hue origin and channel order, and round percentage and HLS
conversions to the nearest byte value.
Commit: 832d2beb2de76fcc196a88eaa0294b3e4e246802
https://github.com/tmux/tmux/commit/832d2beb2de76fcc196a88eaa0294b3e4e246802
Author: Michael Grant <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M image-sixel.c
M image.c
M regress/image-support.sh
M tmux.h
Log Message:
-----------
Preserve SIXEL pixel dimensions
Retain the padded canonical pixel canvas separately from the image content.
Scale only the populated portion of partial edge cells so an image keeps its
exact raster size on the originating terminal while retaining its cell
footprint.
Commit: aa2dd64873680311823a14de8473d665414849e6
https://github.com/tmux/tmux/commit/aa2dd64873680311823a14de8473d665414849e6
Author: Michael Grant <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M image-sixel.c
Log Message:
-----------
Improve SIXEL colour quantization
Build an adaptive 256-colour palette with median cut instead of using a fixed
colour cube. Apply Floyd-Steinberg error diffusion while mapping pixels to
reduce banding and preserve image detail.
Commit: c336f49585af56d538e402b2efae7c2c6607e9ce
https://github.com/tmux/tmux/commit/c336f49585af56d538e402b2efae7c2c6607e9ce
Author: Michael Grant <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M image-sixel.c
M image.c
Log Message:
-----------
Correct image copyrights
Compare: https://github.com/tmux/tmux/compare/c4bdd8eca16c...c336f49585af
To unsubscribe from these emails, change your notification settings at
https://github.com/tmux/tmux/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/image-grid-sixel/c4bdd8-c336f4%40github.com.