Compare images with SSIM similarity scoring, pixel difference highlighting, and side-by-side visualization.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: image-comparison-tool
description: Compare images with SSIM similarity scoring, pixel difference highlighting, and side-by-side visualization.
---
# Image Comparison Tool
Compare images with similarity scoring and difference visualization.
## Features
- **SSIM Similarity**: Structural similarity index
- **Pixel Differences**: Highlight changed areas
- **Side-by-Side**: Visual comparison layout
- **Diff Heatmap**: Color-coded differences
- **Batch Comparison**: Compare multiple image pairs
- **Threshold Detection**: Find significant changes
## CLI Usage
```bash
python image_comparison.py --image1 before.jpg --image2 after.jpg --output diff.png
```
## Dependencies
- opencv-python>=4.8.0
- scikit-image>=0.21.0
- pillow>=10.0.0
- numpy>=1.24.0
- matplotlib>=3.7.0
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.