Reggaeton is simple image comparison tool for detecting regressions in images.
Project description
Reggaeton
Reggaeton is a visual regression tool designed to compare two images and highlight the differences with a visual indication. It's particularly useful for identifying changes or anomalies in visual content over time or between versions.
Installation
You can install Reggaeton directly from PyPI:
pip install reggaeton
This command will install Reggaeton and its dependencies.
Usage
Reggaeton can be used both as a library in your Python scripts and as a command-line tool.
As a Command-Line Tool
After installation, you can use Reggaeton directly from your terminal:
reggaeton path/to/before/image.jpg path/to/after/image.jpg path/to/output/image.jpg
This command compares before and after images and saves the output image with differences highlighted to the specified path.
As a Library
You can also use Reggaeton in your Python scripts:
from reggaeton.reggaeton import compare_images
result_image = compare_images('path/to/before.jpg', 'path/to/after.jpg')
if result_image is not None:
# Save or process result_image as needed
Contributing
Contributions are welcome! Please feel free to submit a pull request.
License
Reggaeton is released under the MIT License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reggaeton-0.1.0.tar.gz
.
File metadata
- Download URL: reggaeton-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74e589de49364859b534dcebd788eb9916d5fe03804b41388bdc1c962f43eb80 |
|
MD5 | 41ddaeca5d1f37f44bfd6df058f6930b |
|
BLAKE2b-256 | 456112a2033414b8bb337a5770edf9f6a7653f8ee1d45b8ba068b7b09a33ddfd |
File details
Details for the file reggaeton-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: reggaeton-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a632a2d649aa12e95f799c9a1b0e10b92f50656bbb04253b43551a5eda585e0d |
|
MD5 | 56f2c95aa749f2fd8e3bb7796a6ecc7b |
|
BLAKE2b-256 | 155b9b91c2a42aa847154af23b1f78e5a9070d1b379e9b7b0670b9d68a7cfb8b |