---
title: "💭 Rich Pixels"
description: "!https://simonwillison.net/2025/Sep/2/rich-pixels/#atom-everything"
date: 2025-09-02
published: true
tags:
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://simonwillison.net/2025/Sep/2/rich-pixels/#atom-everything" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://static.simonwillison.net/static/2025/pixel-storehouse.jpg" alt="Rich Pixels — Neat Python library by Darren Burns adding pixel image support to the Rich terminal library, using tricks to render an image using full or half-height colored blocks. Here&#39;s the key …" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Rich Pixels</div>
      <div class="embed-card-description">Neat Python library by Darren Burns adding pixel image support to the Rich terminal library, using tricks to render an image using full or half-height colored blocks. Here&#39;s the key …</div>
      <div class="embed-card-meta">Simon Willison’s Weblog &middot; simonwillison.net</div>
    </div>
  </a>
</div>


I saw this post from Simon and I had to give it a go and got some pretty good results.  His script is a small cli wrapper around Darren Burns's [Rich Pixels](https://github.com/darrenburns/rich-pixels).  It works well even through tmux, since there is no terminal magic, just unicode blocks.

![screenshot-2025-09-02T13-39-25-710Z.png](https://dropper.wayl.one/api/file/024bf3e0-9c38-4c1e-ad5c-ed0156c9a99b.png)

![screenshot-2025-09-02T13-40-22-890Z.png](https://dropper.wayl.one/api/file/4bf522eb-4207-4a23-b5d0-626cefc8bdca.png)

![screenshot-2025-09-02T13-41-39-775Z.png](https://dropper.wayl.one/api/file/d061e85f-98cf-4b3c-871c-e01611022b44.png)

Some not so good, and needed the terminal font size cranked up.

![screenshot-2025-09-02T13-38-16-641Z.png](https://dropper.wayl.one/api/file/a532f113-185e-44ef-bcf8-30eed7e3f62a.png)

![screenshot-2025-09-02T13-38-46-814Z.png](https://dropper.wayl.one/api/file/a66d4d7a-975d-4909-88a2-3761e2d3348f.png)

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
