Skip to main content

A small library, of high level image processing tools

Project description

A set of various convenient functions useful in image processing, written in python.

Example of usage

from himage import imshow, multimshow, imread

im = imread("image.png")

imshow(im)
multimshow([im, im, im], titles = ['title 1', 'title 2', 'title 3'], n_cols=3)

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

himage-0.1.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

himage-0.1.2-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page