Sixel PowerShell module
Install-Module Sixel -Scope CurrentUser
βοΈ Windows, Mac, Linux βοΈ PowerShell 7.4+ and Windows PowerShell 5.1 βοΈ Autodetects supported protocol from the terminal. βοΈ Sixel - Gif support using ConvertTo-SixelGif. βοΈ Inline Image Protocol (iterm2, β1337β) - Supported by VSCode, xterm2, WezTerm, and others. βοΈ Kitty Graphics Protocol - Supported by Kitty terminal and WezTerm (newer versions) βοΈ Block cells - Fallback to block cells if no image protocol is supported. βοΈ Braille - Render images with braille characters.
# Examples
ConvertTo-Sixel -Path .\image.png
ConvertTo-Sixel -Url https://<site>/image.png
ConvertTo-SixelGif -Url https://<site>/animated.gif Turn your terminal into a mini art gallery by displaying images right where you codeβno GUI needed! Itβs like giving your console a splash of color and personality with just a few commands.
Key features:
- π¨ Convert a wide range of image formats including bmp gif jpeg png and more
- π Supports multiple display protocols like Sixel Inline Images and Kitty Graphics
- π» Compatible with PowerShell 5.1 7.4 and popular terminals like Windows Terminal and VSCode
- π§° Includes handy examples and assets to get you started fast
This summary was generated by GitHub Copilot based on the project README.