Skip to content
/ Sixel Public

Powershell Module to Convert images to Sixel/InlineImage/Kitty

License

Notifications You must be signed in to change notification settings

trackd/Sixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sixel

A module that lets you convert images to Sixel, Inline Images Protocol, Kitty Graphics Protocol.

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

Install

Install-Module Sixel
# or
Install-PSResource Sixel

Requirements

This module supports Powershell version 5.1 & 7.4.
Windows Terminal supports Sixel from version 1.22.

There is an example sixel file in the ./assets folder that can be used for testing

# test sixel
Invoke-RestMethod https://raw.githubusercontent.com/trackd/Sixel/refs/heads/main/assets/chibi.six

Authors

@trackd
@ShaunLawrie

Libraries

ALC

PowerShell-ALC

examples

Example
Example