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.src import tools
loader = tools.image_manager.ImageLoader()
saver = tools.image_manager.ImageSaver()
image_url = "https://example.com/your_image.jpg"
img = loader.open_image_from_url(image_url)
saver.save_image(img, "image.jpg")
- Resize image: Easily resize images with 'resize_image' method
processor = tools.image_manager.ImageProcessor()
resized_image = processor.resize_image(img, 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.5.tar.gz
(2.0 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.5.tar.gz.
File metadata
- Download URL: PyVisionTools-0.0.5.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9decac41496862ccea7efb55521e95ec4b54587eb83efccdc90c106abf55c86a
|
|
| MD5 |
4b7f5f884beed68a4bd9329f20b9fef2
|
|
| BLAKE2b-256 |
e51bd893045fe998e45589646a61959487fc5e468355194703a71f8b8722a7b1
|
File details
Details for the file PyVisionTools-0.0.5-py3-none-any.whl.
File metadata
- Download URL: PyVisionTools-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.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 |
acfdb365ac488b808a9939a7dc92c3face45e4f8ecd31f47b117cbfb28830789
|
|
| MD5 |
c8bf720b9662f839fab4a2141ba27cb5
|
|
| BLAKE2b-256 |
4ecaa3c995e7ec3a7f438e34439bbffd9b48a4ca7193c0b473066c134459f815
|