AI Agent Hub
Back to skills
Img Mage Image Processing icon

Img Mage Image Processing

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_31b19f2b/imgmage.

About this skill

Problem

Image editing is often split between local operations and AI services. Local tools handle cropping, resizing, watermarking, and format conversion; AI services handle background removal, enhancement, deblurring, and black-and-white coloring. Doing this manually means repeatedly mapping intent to parameters, calling different endpoints, and handling output paths and batch behavior.

How It Works

修图 first identifies the requested operation from cues such as “remove background,” “enhance,” “crop,” “watermark,” or “batch.” It then collects the needed parameters: AI features mainly require an image path, with optional return type or style; local edits need x, y, width, height, target size, angle, watermark position, opacity, or layout direction. Execution dispatches to the matching script, using Baidu AI for image processing capabilities and local processing for basic edits. The result is a processed image path plus a brief description.

Boundaries

It accepts JPG, PNG, BMP, WebP, TIFF, and AVIF, and outputs common formats. It can process image URLs directly. Baidu AI calls are subject to quota limits, single images should stay under 10MB when possible, batch jobs should be tested at small scale first, and existing output files may be overwritten.

Use Cases

  • E-commerce operations remove product backgrounds and generate transparent or white-background assets for detail pages.
  • Content teams batch-add watermarks, compress promotional images, and convert them to target formats.
  • Developers process user-uploaded images through scripted cropping, resizing, rotation, and layout operations.
  • Design assistants clean up blurry or black-and-white assets with deblurring, enhancement, and coloring.

Best For

  • E-commerce operations who standardize product images with background removal, white backgrounds, compression, and format conversion.
  • Content operators who batch-add watermarks, resize assets, and prepare publishable media.
  • Application developers who want scripts that combine local image edits with Baidu AI calls.
  • Design support staff who enhance, deblur, or colorize low-quality and black-and-white images.