pixIT

Rust cli image-processing open-source

The Details

pixIT is a fast, flexible command-line image editor built with Rust 🦀. It allows you to perform a wide range of image transformations—right from your terminal! Navigate like a shell. Select your image. Transform it. All through the CLI.

The Features

  • 🔍 Blur images with customizable intensity
  • 🔁 Rotate by 90°, 180°, or 270°
  • 🖤 Convert to Grayscale
  • 🌞 Adjust Brightness
  • 🎚️ Tune Contrast
  • 🌈 Modify Hue
  • 🔄 Flip horizontally or vertically
  • 📏 Resize with custom width & height
  • 🗂️ Use familiar shell-like navigation (cd, ls, select <image>)

Usage

Run any image operation using:

cargo run -- <command> --para <value>