A collection of tools for image processing
Project description
PyVisionTools
PyVisionTools is a Python library for image processing, offering convenient tools to enhance your vision-related projects.
Installation
You can install PyVisionTools using pip:
pip install PyVisionTools
Features
image_processor
- Resize image: Easily resize images with 'resize_image' method
import PyVisionTools
image_url = "http://example.com/your_cool_image.png"
output_image_path = "resized_image.png"
new_size = (69, 69)
image_data = PyVisionTools.ImageProcessor.open_image_from_url(image_url)
image_data, chunks = PyVisionTools.ImageProcessor.decompress_png(image_data)
PyVisionTools.ImageProcessor.resize_image(image_data, output_image_path, new_size, chunks)
License
This project is licensed under the MIT License
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
File details
Details for the file PyVisionTools-0.0.7.post1-py3-none-any.whl.
File metadata
- Download URL: PyVisionTools-0.0.7.post1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
140ea0a4aabcdbbf2a5b9bfa6f69a01b10f0bfd3dd4a589abde7518e89c7fee4
|
|
| MD5 |
5eeff5aad97a2731f5ea5722c5a77bef
|
|
| BLAKE2b-256 |
82c83d26d8e9ebe582f6d3ddb569ca869a5088f64537823d73f6c4209d0c6370
|