Show HN: I Recently Built a Project

3 FerkiHN 5 7/16/2025, 11:17:26 AM
I recently built a project called PIT (Phono In Terminal) — a terminal image viewer written in C that renders .png/.jpg images using actual RGB colors in your terminal (with optional 256-color fallback). What makes it different? Zero dependencies (just stb_image.h)

Works even on very old or embedded systems

Fully cross-platform (Linux, macOS, WSL, Windows Terminal, Termux, etc.)

Compiles down to ~250 KB

CLI options for zoom, flip, resize, offset, background fill, and more

Doesn’t require X11, SDL, or curses

Here's a screenshot from Termux showing Tux inside a text-mode terminal (demoed using ANSI blocks and real RGB shading): (HN doesn't support images, but you can try it yourself from the repo)

Comparison with tiv: tiv is an excellent and mature tool (C++ + ImageMagick), optimized for Unicode and quality. PIT, on the other hand, is hyper-minimal — no dependencies, fully embeddable, and runs even in initramfs or micro distros.

GitHub: https://github.com/Ferki-git-creator/phono-in-terminal-image-viewer-rgb-c-textmode

Would love to hear your feedback or ideas!

I don't want to be greedy, but please, if you can, support me by putting a star on the repository, you will help me develop the project. :)

Comments (5)

cbracketdash · 26m ago
Hi this is a cool idea! There is an issue though with zsh/p10k that I left on a github issue :)
jjgreen · 19h ago
Again and again you post this. Please stop.
FerkiHN · 19h ago
Please stop harassing me, if you don't want to see my posts you can do so by clicking don't show on my profile.
gus_massa · 5h ago
If I counted correctly, in the last 12 days you posted your same project 9 times and made 5 general posts about projects and immediately added a comment with your project.

From https://news.ycombinator.com/newsfaq.html

> Are reposts ok?

> If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.

If you repost too much, people will get angry, flag your post and send angry emails to the mods that will ban your account and site.

FerkiHN · 1h ago
Then you can repeat posts at least once every 3 days? Maybe something will change, excuse me, I just wanted to promote the project, but I couldn't do it on other services, so this was the last place for me.