What problem does it solve?
This Skill helps users convert images between different formats (PNG, JPEG, WebP, GIF, BMP, TIFF, AVIF, HEIC) with quality control and resizing, solving the need for format conversion, size optimization, and modern format adoption.
Core Features & Use Cases
- Format Conversion: Convert images to the desired format, including WebP and AVIF for modern web standards.
- Quality Control: Adjust image quality during conversion for lossy formats like JPEG and WebP.
- Resizing: Resize images to specific dimensions or a percentage of their original size.
- Batch Processing: Convert multiple images at once for efficient workflow.
- Use Case: A user has a collection of images in PNG format and wants to convert them to WebP for better web performance without losing quality.
Quick Start
Convert the 'vacation.jpg' to WebP format with 90% quality:
convert.sh -f webp -q 90 vacation.jpg vacation.webp