Metadata-Version: 2.4
Name: pixel-patrol-image
Version: 0.1.2
Summary: Image prevalidation tool
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pixel-patrol-base==0.1.2
Requires-Dist: opencv-python-headless>=4.8

### PixelPatrol Image Analysis Extension (pixel-patrol-image)
This extension adds advanced image quality metrics and analysis widgets to the PixelPatrol core tool.
While the base package handles file statistics, this extension is critical for getting meaningful insights into image quality. It includes:

#### 🚀 Installation

If you installed the main package, you already have this extension:
```
uv pip install pixel-patrol
```

If you installed only the base system or other loaders, you can add this analysis module manually:
```
uv pip install pixel-patrol-image
```

#### 📖 Usage

Check the main documentation for command details:  
https://github.com/ida-mdc/pixel-patrol/
