Skip to main content

A simple image processing package.

Project description

pyimg-process

The pyimg-process package is a Python library that provides simple and expressive manual image processing techniques. It aims to provide an easy toolkit for begginer users in order to develop their image treatment projects. It is already well on its way towards this goal.

Main Features

Here are some of the implemented features:

  • Easy way to read, write and display images
  • Image resizing to any dimension
  • RGB to grayscale conversion
  • Image blurring and sharpening methods
  • Image filtering by thresholding
  • Visualization of the histogram of the image
  • Inverse image obtention

Installation

Use the package manager pip to install pyimage.

pip install pyimg-process

Usage

import pyimg_process

# loads 'image' from 'path'
img = pyimg_process.Methods.read_image('path','image')

# converts img to grayscale
gray = pyimg_process.Methods.grayscale(img)

# sharpen img with a 100x100 kernel
sharp = pyimg_process.Methods.sharpen(img, 100)

# displays both images
pyimg_process.Methods.show_image(img)
pyimg_process.Methods.show_image(gray)
pyimg_process.Methods.show_image(sharp)

Original image Image on grayscale Image sharpened

Dependencies

  • NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays
  • Matplotlib - Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible.
  • OpenCV - OpenCV provides a real-time optimized Computer Vision library, tools, and hardware.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyimg_process-0.0.4.tar.gz (376.7 kB view details)

Uploaded Source

Built Distribution

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

pyimg_process-0.0.4-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file pyimg_process-0.0.4.tar.gz.

File metadata

  • Download URL: pyimg_process-0.0.4.tar.gz
  • Upload date:
  • Size: 376.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyimg_process-0.0.4.tar.gz
Algorithm Hash digest
SHA256 eb3e5569b904dd7c678ca92a6480851dd69b50d2b2e25711f2d576032276c3f4
MD5 81c54e912f015733a5405bfc318e7df1
BLAKE2b-256 7e5eca7a84a4d24e94e94cda16d2006a0d7a3bcee8059c9f7231cf878665f4f3

See more details on using hashes here.

File details

Details for the file pyimg_process-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: pyimg_process-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyimg_process-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ca8702c77e0c704c7a1bbcbe7787bf025c68a2281acfafecba26f8ea389016be
MD5 9f4ad8c51d78a1eaf4c8ab7a624773e4
BLAKE2b-256 0a831041d17969b98d839d1fec41903c95efc7b4a056829716e12e48a793e7cb

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