<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sixel on PowerShell.org - Welcome Automaters!</title><link>https://powershell.org/tags/sixel/</link><description>Recent content in Sixel on PowerShell.org - Welcome Automaters!</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 03 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://powershell.org/tags/sixel/index.xml" rel="self" type="application/rss+xml"/><item><title>PowerShell Can Put Pictures in Your Terminal with SIXEL</title><link>https://powershell.org/articles/2026-09-03-powershell-can-put-pictures-in-your-terminal-with-sixel/</link><pubDate>Thu, 03 Sep 2026 00:00:00 +0000</pubDate><guid>https://powershell.org/articles/2026-09-03-powershell-can-put-pictures-in-your-terminal-with-sixel/</guid><description>&lt;p&gt;PowerShell normally sends text and objects to a terminal. This experiment sends an image.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;"&gt;&lt;tr&gt;&lt;td style="vertical-align:top;padding:0;margin:0;border:0;"&gt;
&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#737679"&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%"&gt;
&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Out-Sixel -Path ./sixel-demo.&lt;span style="color:#79c0ff"&gt;svg&lt;/span&gt; -Width &lt;span style="color:#a5d6ff"&gt;480&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Instead of opening Preview or a browser, the command decodes the SVG, converts it into a palette, and writes a stream of terminal escape sequences. iTerm2 interprets those sequences and paints the image directly between the command and the next prompt.&lt;/p&gt;
&lt;p&gt;This is mostly for fun. It is also a useful reminder that a terminal is a protocol endpoint, not merely a grid of characters.&lt;/p&gt;</description></item></channel></rss>