Powershell Module to Convert images to Sixel/InlineImage/Kitty

inlineimage kitty-graphics module powershell sixel
2 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub
Image size issues 2 months ago

AI Summary: Debug and improve the image resizing logic in a PowerShell module that converts images to Sixel, Inline Images Protocol, and Kitty Graphics Protocol. The current resizing algorithm produces slightly inaccurate results in different terminal emulators (Windows Terminal, VSCode, WezTerm). The task involves investigating the discrepancies in rounding behavior across terminals and finding a more robust and simpler resizing method. This will likely involve reviewing and refactoring code in `SizeHelper.cs`, `OldSize.cs`, and `Resizer.cs`.

Complexity: 4/5
bug help wanted

Powershell Module to Convert images to Sixel/InlineImage/Kitty

C#
#inlineimage#kitty-graphics#module#powershell#sixel

AI Summary: Debug the PowerShell Sixel module to resolve an issue where the inline image display in iTerm2 is cut short. The problem may involve missing escape sequences to properly end images or newline handling, potentially requiring manual cursor movement. The debugging should focus on ensuring correct image rendering in iTerm2, and potentially other terminals like VSCode and WezTerm.

Complexity: 3/5
bug help wanted

Powershell Module to Convert images to Sixel/InlineImage/Kitty

C#
#inlineimage#kitty-graphics#module#powershell#sixel