img-grid-analysis

Overlay a numbered grid on input images to determine column boundaries.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill img-grid-analysis-desko77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: img-grid-analysis
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/img-grid-analysis
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill img-grid-analysis-desko77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) components.

What problem does it solve?

Накладывает пронумерованную сетку на изображение, чтобы помочь точно определить границы столбцов и их пропорции для макета таблиц и форм.

Core Features & Use Cases

  • Наложение сетки с нумерацией линий в полях сверху/слева без перекрытия содержимого.
  • Автоматическое расчёт количества строк/столбцов по заданному числу делений и исходному размеру изображения.
  • Применение для подготовки MXL-макетов и анализа макетов документов (накладные, счета, формы).

Quick Start

Run the img-grid-analysis tool with a path to an image to generate a grid overlay and output the resulting image.

Frequently Asked Questions about img-grid-analysis

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

FAQPage Schema
How do I overlay a grid on an image to measure column widths for a document layout?

Yes, you can analyze printed forms and templates by overlaying a numbered grid on the input image. The tool renders grid lines and labels in the top and left margins without overlapping the document content, allowing you to precisely determine column boundaries and proportions.

Does this image grid overlay tool require Python and Pillow to run?

To generate a grid overlay, run the CLI tool with a path to your input image and use the -o option to specify the output file. The script automatically calculates the required rows and columns based on your specified divisions and the original image size.

Can I use grid overlay analysis for preparing MXL layouts and invoice templates?

The grid overlay applies numbered labels in the top and left margins of the image to prevent overlapping your document content. This ensures the original layout remains fully visible while you measure column proportions and boundaries accurately.

What is the best way to determine column boundaries in a scanned form template?

When using Python and Pillow for grid overlay analysis, limitations include the inability to automatically extract coordinate data; it solely produces a visual output image. You must manually read the numbered grid lines to determine column widths for your MXL or document layout.