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()
rotated_image = processor.rotate_image(width, height, pixels, new_width=500, new_height=300)
- Rotate image easily rotate images with 'rotate_image' method
processor = tools.image_manager.ImageProcessor()
resized_image = processor.resize_image(width, height, pixels, angle=45)
License
This project is licensed under the MIT Lic
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.3.tar.gz
(2.5 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.3.tar.gz.
File metadata
- Download URL: PyVisionTools-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb597195ed71664b37bb22a950e3fffc92a1d91af1f5bc7c663d73d3d5f891de
|
|
| MD5 |
0516d667cf170bb5f8063d7c3ebf7eb7
|
|
| BLAKE2b-256 |
4261433aa7041281679526d45ab7245a42c9962a02c5b60fc9855d716f659864
|
File details
Details for the file PyVisionTools-0.0.3-py3-none-any.whl.
File metadata
- Download URL: PyVisionTools-0.0.3-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 |
f2d6b2b4586293e650d4ebbf404a4013ceeb82bb709ad56aa654d233d17b976e
|
|
| MD5 |
592a27468c1814c23857c4b3a4822718
|
|
| BLAKE2b-256 |
ac81c43b7f9bb5c3b472818174c9038fad0075380eb6803f16fd2988a88f4959
|