Image Resize Convert

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

jadegate 5b2423e 2 files · 5.0 KB Updated

File contents

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

jadegate/jadegate/tree/main/skills/image-resize-convert commit 5b2423ed9a

Frequently asked questions

npx skillmds@latest add jadegate/image-resize-convert