Metadata-Version: 2.4
Name: pixel-patrol-image
Version: 0.5.0
Summary: Image prevalidation tool
License: MIT License
        
        Copyright (c) 2025 ida-mdc / PixelPatrol contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: THIRD_PARTY_LICENSES.md
Requires-Dist: pixel-patrol-base==0.5.0
Requires-Dist: opencv-python-headless==4.13.0.90
Dynamic: license-file

### 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/
