Skip to content

v1.0.0

Latest

Choose a tag to compare

@Gabri-SF Gabri-SF released this 26 Mar 13:38
989e4fc

πŸŽ‰ v1.0.0 β€” Initial Release

First stable release of the image compression CLI tool.

✨ Features

  • Compress images recursively in a folder
  • Supports JPG, PNG, WEBP
  • Automatic EXIF orientation fix
  • Optional image resizing (--max-width, --max-height)
  • Smart compression (only overwrites if smaller)
  • Dry-run mode to preview changes

βš™οΈ CLI Options

  • --quality β€” control compression level (default: 70)
  • --max-width / --max-height β€” resize images
  • --dry-run β€” simulate without modifying files

🚫 Ignored Folders

Skips common build/cache directories:
node_modules, .git, dist, build, __pycache__, and more.

🧠 Notes

  • PNG compression is lossless (optimized only)
  • JPEG/WEBP use lossy compression for size reduction
  • Designed for fast batch processing and safe file handling

πŸ”₯ Ready for production use.