image-tools

Split images into grids and inspect pixel data with parameterized commands.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/wangtengda0310/prompt --skill image-tools-wangtengda0310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-tools
Source: https://github.com/wangtengda0310/prompt/tree/main/skills/image-tools
Command: npx skills add https://github.com/wangtengda0310/prompt --skill image-tools-wangtengda0310

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

图像处理工具集,提供九宫格切分与像素分析,帮助你减少手动图像处理时间。

Core Features & Use Cases

  • Grid Split: 将图片按等距、颜色检测或边缘检测的网格切分,便于结构化分析。
  • Pixel Inspect: 检查像素颜色和统计信息,验证切分结果与视觉效果。
  • Use Case: 通过将截图分成 3x3 网格并检查中心像素颜色,快速验证界面设计。

Quick Start

Split an input image into grids and inspect a pixel to validate grid boundaries and colors.

Frequently Asked Questions about image-tools

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

FAQPage Schema
How do I split an image into a grid for visual analysis?

You can split an image into a grid by specifying rows, columns, and padding parameters. The tool supports equal, color, and edge detection modes to segment images for structured visual analysis.

How do I inspect pixel color and statistics in a screenshot?

You can inspect pixel color and statistics by providing specific coordinates to the pixel inspect command. This validates visual effects and verifies grid boundaries by retrieving exact color data at targeted locations.

Does this image processing tool support edge detection for grid splitting?

Yes, the image processing tool supports edge detection as a grid splitting mode. It segments images by detecting edges, alongside equal distance and color analysis modes, to facilitate quick structural breakdowns.

What is the best way to automate nine-grid splitting and pixel checks?

The best way to automate nine-grid splitting and pixel checks is using parameterized commands for gridsplit and pixelinspect. You define the grid dimensions and target coordinates to validate interface designs programmatically.

When should I use color analysis mode for image grid splitting?

You should use color analysis mode for image grid splitting when you need to segment an image based on color distributions. This mode helps isolate color-specific regions for detailed visual verification.