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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for PyVisionTools-0.0.7.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 c4af1e0b0f993067d5c1fab89fff399d9c3f910f5f644ed8fce8ecdd54fbaf15
MD5 3faa608e7ab5b1d8e12801df2a037d10
BLAKE2b-256 49043cebf1f087a2dae116dffe11500195901158bb30576d3f868dcc08af7bae

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