SaaSHub helps you find the best software and product alternatives Learn more →
Timg Alternatives
Similar projects and alternatives to timg
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
-
-
murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
-
sixel-tmux
sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics
-
aichat
All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
-
-
-
-
-
-
-
-
-
-
-
-
timg discussion
timg reviews and mentions
-
Programming with ChatGPT
> But to make that decision, I need to see the images. I could run a bash script to generate those images in a bunch of different qualities and then view them with some kind of image viewer, but that's extra steps - and it involves creating a bunch of temporary files that I then need to clean up.
That's not correct at all. You can, in fact, do all of these steps in a single command line program with Konsole (or iTerm2 on Mac, or Kitty - whatever terminal you're using, as long as it supports these features), imagemagick, and bash.
$ for size in $(seq 10 10 100); do; convert -resize $size% input.png output_$size.webp; timg output_$size.webp; done
timg, here, is https://github.com/hzeller/timg, but you could use anything that speaks iTerm2 or kitty. This approach generalizes easily, too; you can easily use this to vary any parameter imagemagick supports, like webp compression or posterization or dithering, and print out any parameters of the image, like size, along with the image itself.
> With the web version I can snap a screenshot with CleanShot X and then drag that screenshot straight onto the web page. I instantly see the different images, pick one that looks good to me, download that and then drag it into my S3 uploading software (Transmit).
In my workflow, I edit in Showfoto or Darktable, resize (or, in my case, more often dither and resize) as demonstrated, and then `cp` the appropriate selected image into my blog's main image folder. Hardly more difficult, and while you might not enjoy it, that's exactly my point - we can both make things we like, but you're asserting that LLMs massively changed the landscape overall, while I'm not using them at all.
- Lsix: Like "Ls", but for Images
- Timg – A terminal image and video viewer
-
Show HN: a Rust Based CLI tool 'imgcatr' for displaying images
timg is a really nice similar tool that does pixel graphics in the terminal window if supported, falling back to character graphics if not.
The big plus is that it supports SVG images.
https://github.com/hzeller/timg
And it is available via brew/apt/etc.
- Things I've learned building a modern TUI framework
- { Opening an image on terminal }
-
Is there an app to transform a video into pixel art?
Take a look at timg. It converts pics and videos into pixel art to display on the terminal.
-
[i3] [OC] Pokemon in your Shell
This image then gets displayed to your terminal using timg (https://github.com/hzeller/timg). If you have a terminal which supports sixel (displays pixels 1 to 1 on your terminal then you can display the images as it. I'm using both alacritty (no-sixel) and kitty (sixel support) in the images shown.
- ASCII Video Player
-
Is it possible to display images on the terminal using C?
This is C++, but does what you imagine: https://github.com/hzeller/timg
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Jan 2025
Stats
hzeller/timg is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of timg is C++.