resize-image

Resize raster images to exact dimensions, percentages, or batch folders using ImageMagick convert.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill resize-image-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resize-image
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/zo-resize-image
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill resize-image-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Resizing images the right way is often slow and error-prone when you need consistent dimensions, aspect ratio handling, or batch processing.

Core Features & Use Cases

  • Targeted Resizing: Resize images to exact dimensions, maintain aspect ratio, or scale by percentage.
  • Aspect Ratio Control: Use standard resize behavior to preserve proportions, or force exact dimensions when distortion is acceptable.
  • Batch Processing: Resize multiple images in a directory with a single loop-based workflow.
  • Use Case: Prepare product and social images to fit platform requirements by resizing a set of source photos to a consistent width/height set.

Quick Start

Resize your images to 800px wide while keeping the original aspect ratio by running: convert "<your_image_path>" -resize 800x "<output_image_path>".

Frequently Asked Questions about resize-image

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

FAQPage Schema
How do I resize images to exact dimensions without distorting the aspect ratio?

To resize images without distortion, use standard resize behavior that preserves the original aspect ratio while scaling to a specific width or height target. This ensures proportional scaling for correctly sized outputs.

Can I batch resize all images in a folder at once?

Yes, you can batch resize all images in a directory using a single loop-based workflow. This processes multiple images to produce consistently sized outputs for faster media preparation.

What is the best way to scale raster images by a percentage?

Scaling raster images by percentage is best handled through targeted resizing commands. This scales the image dimensions proportionally, producing correctly sized outputs that meet specific percentage targets.

Does ImageMagick support forcing exact width and height even if it distorts the image?

Yes, ImageMagick supports distortion-forced resizing. You can force exact width and height dimensions when distortion is acceptable, intentionally altering the aspect ratio based on chosen resize flags.

How do I prepare product photos for social media platform requirements?

You prepare product photos for social media by resizing source photos to a consistent width and height set. This matches platform requirements by applying exact dimension conversions or aspect ratio preservation.