skills/smithery.ai/image_info

image_info

Installation
SKILL.md

Image Info

This skill provides a utility to display detailed information about image files, including resolution, color channels, transparency, compression type, and metadata.

Usage

uv run python .claude/skills/image_info/image_info.py <image_path>

Note: For brevity, examples below use image_info.py - prepend the full path .claude/skills/image_info/ when running.

The script will display:

  1. Dimensions: Resolution (width x height) and aspect ratio
  2. Color Information: Color mode, number of channels, channel names, transparency
  3. File Information: Format, compression type, DPI, file size
  4. Additional Metadata: Any other embedded metadata in the image
Installs
2
First Seen
Apr 27, 2026
image_info from smithery.ai