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

ImageProcessor

  • 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

ImageDraw

You can draw with 'ImageDraw'.

python -m PyVisionTools
Draw

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

Uploaded Python 3

File details

Details for the file PyVisionTools-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: PyVisionTools-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for PyVisionTools-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2dbad32f3d55a431ff11a412b54e285538e25573de306c0f08ba59e13fcc6f92
MD5 577fa00a3d68a31b98eedb517e34b958
BLAKE2b-256 1ba672a71382dca1bb4e2cd24bdfb91c369078ae72e6b46743095177ca7d5a18

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