Welcome to imgtool Docs
A powerful and fast CLI tool for image processing, built with Go, Cobra, and Viper.
Link: https://github.com/PrathamGhaywat/imgtool
Warning
Some of the features mentioned might not be available yet, since this is a work in progress. Please open an issue if you have any suggestions.
Features
- Format Conversion: Convert images between
png
,jpg
,gif
, andwebp
. - Quality Adjustment: Set the quality for lossy formats like
jpg
andwebp
. - Image Resizing: Resize images using specific dimensions or by a percentage.
- Watermarking: Apply a watermark image with adjustable opacity.
- Batch Processing: Process a single file or an entire directory.
- Concurrency: Use multiple workers for faster processing.