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:
- Dimensions: Resolution (width x height) and aspect ratio
- Color Information: Color mode, number of channels, channel names, transparency
- File Information: Format, compression type, DPI, file size
- Additional Metadata: Any other embedded metadata in the image