← Back to Projects
πŸ¦€ rust-cli 2024

Batch Image Resizer

A batch image resizing tool. Supports dimension changes, format conversion, and aspect ratio preservation.

Preview

portfolio β€” bash

$ image-resizer --input ./photos --size 800x600 --format webp

πŸ–ΌοΈ Processing images: [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ] 24/24 (100%) Resized: 24 files Output format: WebP

$ image-resizer --input ./photos --size 1920x --keep-aspect

πŸ“ Preserving aspect ratio: IMG_001.jpg β†’ 1920x1280 (scale 0.5x) IMG_002.png β†’ 1920x1440 (scale 0.4x) βœ… Saved 2 files to ./output/

Tech Stack

  • Rust
  • Clap
  • Pillow
  • Indicatif

Description

A batch image resizing tool. Supports dimension changes, format conversion, and aspect ratio preservation.