mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #386] Preliminary image support #503
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#503
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/386
Author: @acoliver
Created: 12/5/2025
Status: 🔄 Open
Base:
main← Head:feature/terminal-images📝 Commits (10+)
552c771Add preliminary terminal image support3317e4cMerge branch 'main' into feature/terminal-images52061c3Fix react workspace dependencyc8ebb3cFix nested scrollbox clipping by intersecting scissor rects1b05443Merge remote-tracking branch 'acoliver/feature/clip-fix' into feature/terminal-images0e123c2Merge branch 'main' into feature/terminal-imagesfabb670Merge origin/main into feature/terminal-images2dbbccaFix renderer image formatting and typesf40c04bPin Bun to 1.2.2 for CI stability and switch image loading to jimp2e9ca16Use latest Bun with serial test concurrency for CI📊 Changes
20 files changed (+486 additions, -13 deletions)
View changed files
📝
.github/workflows/build-core.yml(+4 -0)📝
.github/workflows/build-solid.yml(+6 -0)📝
bun.lock(+15 -1)➕
packages/core/src/graphics/protocol.ts(+41 -0)➕
packages/core/src/renderables/Image.ts(+54 -0)📝
packages/core/src/renderables/index.ts(+1 -0)📝
packages/core/src/renderer.ts(+210 -5)📝
packages/core/src/testing/test-recorder.ts(+3 -3)➕
packages/core/src/tests/graphics.protocol.test.ts(+58 -0)📝
packages/core/src/tests/renderer.control.test.ts(+2 -2)➕
packages/core/src/tests/renderer.images.test.ts(+70 -0)📝
packages/core/src/types.ts(+3 -0)📝
packages/react/jsx-namespace.d.ts(+2 -0)📝
packages/react/src/components/index.ts(+2 -0)📝
packages/react/src/types/components.ts(+4 -0)📝
packages/solid/jsx-runtime.d.ts(+2 -0)📝
packages/solid/src/elements/hooks.ts(+1 -1)📝
packages/solid/src/elements/index.ts(+2 -0)📝
packages/solid/src/reconciler.ts(+2 -1)📝
packages/solid/src/types/elements.ts(+4 -0)📄 Description
Add experimental terminal image rendering support with pixel sizing and React exposure.
Highlights:
Notes:
Addresses #387
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.