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_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


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.7.post1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for PyVisionTools-0.0.7.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 140ea0a4aabcdbbf2a5b9bfa6f69a01b10f0bfd3dd4a589abde7518e89c7fee4
MD5 5eeff5aad97a2731f5ea5722c5a77bef
BLAKE2b-256 82c83d26d8e9ebe582f6d3ddb569ca869a5088f64537823d73f6c4209d0c6370

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