Python Library to process and compare images.
Project description
ImageTech
- ImageTech is a Python package for processing images, including comparing two images and highlighting the differences.
Installation
-
You can install the package via pip:
-
pip install imageTech
Usage
-
Here's a basic example of how to use the ImageProcessor class to display the difference between two images
-
import os from imageTech.image_syncer import ImageProcessor # Define paths dir = 'img' op_directory = 'op_img_dir' image_1 = 'img_prep_1.png' image_2 = 'img_prep_2.png' # Create an instance of ImageProcessor img_p = ImageProcessor() # Display and save the difference between the two images img_p.display_difference(os.path.join(dir, image_1), os.path.join(dir, image_2), os.path.join(dir, op_directory), is_cv_read=False)
Running Tests
- To run tests, you need to have these installed.
- pytest
- pytest-cov
Improvements or Issues
- Other image processing features
- Please email us if you find any issues.
Contact
- Please mail us if you have any issues.
- Make sure to put subject as --> Improvements for python library
License
- MIT License
Acknowledgements
- Stackoverflow
Developers
- Sarthak Gholap
- Harshit Dalal
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
imagetech-1.0.0.tar.gz
(12.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
imageTech-1.0.0-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file imagetech-1.0.0.tar.gz.
File metadata
- Download URL: imagetech-1.0.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f25c00df95fde8a4d752a743cc726c771229d0a46c0c93419d20610cbf09cd9
|
|
| MD5 |
054486d44c76ab6c66e07e7adf3fa565
|
|
| BLAKE2b-256 |
c11105fa50da7d3345e05b1eccf08d255badf1874075379d72ae77ce60e252f9
|
File details
Details for the file imageTech-1.0.0-py3-none-any.whl.
File metadata
- Download URL: imageTech-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b457a792f93407abef9843b56e3ba32cdb93270f532c05a28fa47b4023284e
|
|
| MD5 |
161631ea6fdedfcd1599a2cbbf3ad8d2
|
|
| BLAKE2b-256 |
f7e7296551c6571f2107528b5881fe9e26cb73cbb1a02f89d2f21e4e9bd4b751
|