Skip to content

Commit 0f09c67

Browse files
committed
update readme and change vscode to use iip.
1 parent f886f37 commit 0f09c67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Sixel
22

3-
A module that lets you convert images to sixel.
3+
A module that lets you convert images to Sixel, Inline Images Protocol, Kitty Graphics Protocol.
44

55
Supports converting bmp, gif, jpeg, pbm, png, tiff, tga, webp to sixel.
66

77
This code was originally meant to be added to [PwshSpectreConsole](https://github.com/ShaunLawrie/PwshSpectreConsole)
88
But we wanted to get something out quickly for people who wanted to test sixel.
99

10-
It will probably be added as an experimental feature there as well soon.
11-
1210
It uses an Assembly load context for the Sixlabors library, from [PowerShell-ALC](https://github.com/jborean93/PowerShell-ALC)
1311

1412
## Install

src/Sixel/Terminal/Models/Dict.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal partial class Helpers
1515
{ Terminals.Iterm2, ImageProtocol.InlineImageProtocol },
1616
{ Terminals.WezTerm, ImageProtocol.InlineImageProtocol },
1717
{ Terminals.Ghostty, ImageProtocol.KittyGraphicsProtocol },
18-
{ Terminals.VSCode, ImageProtocol.Sixel },
18+
{ Terminals.VSCode, ImageProtocol.InlineImageProtocol },
1919
{ Terminals.Mintty, ImageProtocol.InlineImageProtocol },
2020
{ Terminals.Alacritty, ImageProtocol.None },
2121
{ Terminals.xterm, ImageProtocol.InlineImageProtocol },

0 commit comments

Comments
 (0)