image-convert

Convert images between formats with quality and resizing options.

34|1|Updated Apr 16, 2012
One-click install
npx skills add https://github.com/meowgorithm/dotfiles --skill image-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-convert
Source: https://github.com/meowgorithm/dotfiles/tree/main/crush/skills/image-convert
Command: npx skills add https://github.com/meowgorithm/dotfiles --skill image-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires imagemagick, and includes scripts (resource) components.

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

Frequently Asked Questions about image-convert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PNG images to WebP for better web performance without losing quality?

To convert PNG images to WebP, you can use a script that processes the image with a specified quality parameter, such as setting quality to 90%, ensuring better web performance while retaining high visual fidelity.

Can I batch convert multiple images to formats like AVIF and HEIC at once?

Yes, batch processing allows you to convert multiple images at once, enabling efficient workflow transitions to modern formats like AVIF and HEIC for format compatibility and size optimization.

Do I need ImageMagick installed to perform image resizing and format conversion?

Yes, ImageMagick is a required dependency for processing, as the image conversion and resizing operations rely on its underlying capabilities to transform images between various supported formats.

What is the best way to resize images to a percentage of their original size during conversion?

The best way to resize images during conversion is using a tool that offers resizing options alongside format conversion, allowing you to target specific dimensions or scale by a percentage of the original size.

Does image conversion support adjusting quality for lossy formats like JPEG and WebP?

Yes, image conversion supports quality control specifically for lossy formats like JPEG and WebP, allowing you to adjust the compression level to balance the final image quality and file size.