Skip to main content

Image color extraction

Project description

version github python35 license format

This module uses PIL (Pillow) to extract colors from images

Available functions

average(image, name=None, downsample=True, max_size=100, alpha_threshold=None)

Averages a single image into RGB color values. Returns a dictionary with the following keys: name, red, green, blue

  • image - filename (string), pathlib.Path object or a file object. The file object must implement read(), seek(), and tell() methods, and be opened in binary mode.

  • name - auto generated from image path by calling image.split(os.sep)[-1] unless set.

  • downsample - chooses if downsampling is enabled to speed up processing. Enabled by default.

  • max_size - max length of longest side if downsample is True

  • alpha_threshold - level at which transparent pixels are excluded from the average. Default is 245

average_images(dir_in)

Averages each individual image in a directory and returns a list with an entry for each image successfully averaged. Returns a list containing a dictionary for each image with the following keys: name, red, green, blue

  • dir_in - path to directory

directory_average(dir_in, name=None)

Averages all images in a directory to a singular RGB directory average. Returns a dictionary with the following keys: name, red, green, blue

  • dir_in - path to directory

  • name - auto generated from directory path by calling dir_in.split(os.sep)[-1] unless set.

nested_directory_average(root_dir)

Accepts the path to a directory and walks all the enclosed directories calling average_directory for each one that contains images. Returns a list containing a dictionary for each directory with the following keys: name, red, green, blue

  • root_dir - path to starting directory

Future work

  • add usage examples to readme

  • add information for loadsave functions to readme

Tests

Testing is done with pytest

Run with python3 setup.py test

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

imagecolor-1.2.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

imagecolor-1.2.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file imagecolor-1.2.1.tar.gz.

File metadata

  • Download URL: imagecolor-1.2.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for imagecolor-1.2.1.tar.gz
Algorithm Hash digest
SHA256 4aa979089b91989fc99df75e8e790cfb48ab1d8760efd853f2b2bc0edaf0d391
MD5 e5f910bd2352823ac1a931efe6d3ce66
BLAKE2b-256 9a81144e6d37c341dafa7bc02fd185c7225f8476fc63f2953888c6dc00beba50

See more details on using hashes here.

File details

Details for the file imagecolor-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for imagecolor-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2555a8758d792dd66dfc35f6173734dd1913db79d5a80e6833da5aa11d285b16
MD5 13f9928bd81c38242d09f52bc91d9d0b
BLAKE2b-256 a0904c66e0b0c417e920706339f7e6737ac8793a18f9204b6a1f84a8d09d1a91

See more details on using hashes here.

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