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
from PyVisionTools.tools.image_processor import ImageProcessor, ImageSaver, ImageLoader

image_url = "http://example.com/your_cool_image.jpg"
loader = ImageLoader()
processor = ImageProcessor()
saver = ImageSaver()
img_data = loader.open_image_from_url(image_url)
new_width, new_height, resized_data = processor.resize_image(img_data, 100, 100)
saver.save_image(resized_data, "resized_image.jpg")

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: PyVisionTools-0.0.7-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

Hashes for PyVisionTools-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 56269f9c9312a8a55887b862d193906451723798757c4caca56b4a1e3d5585dd
MD5 e67620653c034370b69d619db9731cee
BLAKE2b-256 1ec0601f1f2d9da59a45e033d5819e0c3e062468a3da50e2956044e75ed1a9e2

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