# Image Resize Convert

> Resize images and convert between formats (PNG, JPG, WebP)

- Skill: `jadegate/image-resize-convert` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/image-resize-convert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/image-resize-convert/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/image-resize-convert

---


# Image Resize and Convert

Resize images and convert between formats (PNG, JPG, WebP)

## When to Use

- User wants to resize image
- User wants to convert image
- Keywords: image, resize, convert, format

## Required Parameters

- **input_path** (string): Input image path
- **output_path** (string): Output image path

## Optional Parameters

- **width** (number): Target width
- **height** (number): Target height
- **format** (string): Output format: png, jpg, webp

## Output

- **success** (boolean): Operation success
- **output_path** (string): Output file path
- **size_bytes** (number): Output file size

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `check_input` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

