developeraryan: ~/projects/goimg
developeraryan:~/projects/goimg$ ./goimg --about
  ██████╗  ██████╗ ██╗███╗   ███╗ ██████╗ 
 ██╔════╝ ██╔═══██╗██║████╗ ████║██╔════╝ 
 ██║  ███╗██║   ██║██║██╔████╔██║██║  ███╗
 ██║   ██║██║   ██║██║██║╚██╔╝██║██║   ██║
 ╚██████╔╝╚██████╔╝██║██║ ╚═╝ ██║╚██████╔╝
  ╚═════╝  ╚═════╝ ╚═╝╚═╝     ╚═╝ ╚═════╝

Fast, Pure-Go Image Processing

# Let's be honest:

I built this because I am way too lazy to memorize 50-character ffmpeg or magick commands just to resize a WebP file.

Now, I just type goimg.

  • Multi-threaded: Uses all CPU cores automatically.
  • Interactive TUI: Built with Bubble Tea.
  • Universal: WebP, JPG, PNG, GIF, TIF, BMP.

developeraryan:~/projects/goimg$ ./goimg --install
curl -sL https://raw.githubusercontent.com/23Aryansharma11/goimg-releases/refs/heads/main/install.sh | bash
# Or download manually:

developeraryan:~/projects/goimg$