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_manager
- Save and load images: Easily load and save images
from PyVisionTools import tools
loader = tools.image_processor.ImageLoader()
saver = tools.image_processor.ImageSaver()
image_url = "https://example.com/your_image.jpg"
original_image = loader.open_image_from_url(image_url)
saver.save_image(original_image, "image.jpg")
- Resize image: Easily resize images with 'resize_image' method
processor = tools.image_processor.ImageProcessor()
resized_image = processor.resize_image(original_image, new_width=500, new_height=300)
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 Distribution
PyVisionTools-0.0.6.tar.gz
(2.2 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
File details
Details for the file PyVisionTools-0.0.6.tar.gz.
File metadata
- Download URL: PyVisionTools-0.0.6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f1019d9b013dc90e518703a296e3f79a51fe292489189270360d2420c6e4251
|
|
| MD5 |
43359c1a675a34da318a9ded88278fd5
|
|
| BLAKE2b-256 |
fe9bce314372114be4fc8ecbe3d4b5375a2521924c721835fb704bfd2a24b41d
|
File details
Details for the file PyVisionTools-0.0.6-py3-none-any.whl.
File metadata
- Download URL: PyVisionTools-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.2 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 |
a6cb9b96cf619e88a86dfed9fadc0c81ef64fad1c5c6035ee41b9ac8c21571d9
|
|
| MD5 |
25bda9d9ad7cc327afc75c2352df0de2
|
|
| BLAKE2b-256 |
1addac64013ca365f20ad1fe8fb9d04b96885e673b90c62ca622350c90aff310
|