resize-image

Community

Resize oversized images with ImageMagick.

AuthorponderingBGI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill resizes images using ImageMagick's convert command when they are too large to view or process, enabling smaller, more manageable images for viewing or processing.

Core Features & Use Cases

  • Image resizing: Resize to fit within specified dimensions while preserving aspect ratio.
  • Quality management: Optional quality/colors adjustments to reduce file size.
  • Use Case: If you have a large screenshot or mockup, resize it to a thumbnail for quick sharing or to comply with token limits for review.

Quick Start

Identify the image and run:

  • identify "/path/to/image.png"
  • convert "/path/to/original.png" -resize 800x600> "/tmp/resized-image.png"
  • Read /tmp/resized-image.png

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: resize-image
Download link: https://github.com/ponderingBGI/openjammer/archive/main.zip#resize-image

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository