Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

PyVisionTools-0.0.6.post1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file PyVisionTools-0.0.6.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for PyVisionTools-0.0.6.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 ed99e013929bafd8c4e44f6cc02a1c8795da58ef4c0933ec3b3b872c86ae5f41
MD5 e290b10ab5dcdb962675023bfb8ba820
BLAKE2b-256 8b96a683b02fc5f9a5ef36caa2ee389ab0ccf32fa167deed3ca10edfec179048

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page