Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reggaeton-0.1.2.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

reggaeton-0.1.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file reggaeton-0.1.2.tar.gz.

File metadata

  • Download URL: reggaeton-0.1.2.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

Hashes for reggaeton-0.1.2.tar.gz
Algorithm Hash digest
SHA256 51cec6bfcdb51160d560890169db6b53471b6a7bcb575986ad5818bc904b4901
MD5 a43a5e89a217a97da9ae370eba3b1692
BLAKE2b-256 9c306b4a7dccb435150f897de66214cd24af656d5aaab3fe700311addbfebc3a

See more details on using hashes here.

File details

Details for the file reggaeton-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: reggaeton-0.1.2-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

Hashes for reggaeton-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9e006d2d21d59deb689d70205e1bf988af9d3b5b647f20ae0fb736193b015869
MD5 7a359cbf1e78da9a5184b88e42dca265
BLAKE2b-256 da2f3ecbe3f02e4bf119133a716e10c5f515416043d7313b5a85a77c53d533d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page