Skip to main content

Background Analyzer. Heuristics to get the background color of any image.

Project description

bgAna - Background Analyzer

travis-badge

Heuristics to get the background color of any image

It's useful when you want to embed image in a bigger frame. This can be used to determine the color of the bigger frame.

Showcase

How to Use

It supports python 3.5 3.6 3.7 and most possibly future versions

pip install bgAna

from bgAna import analyze_bg
img = cv2.imread('/home/matt/studyResource/.secretWeebFolder/waifu_no_435.jpg')
res = analyze_bg(img) # caution: color is in BGR


>>> print(type(res), res)
np.ndarray [125,125,125]

It also creates command line executable entry point by default

You should be able to run the following commands anywhere.

  • $ bgAna thonk.png

    • output: (125, 125, 125)
  • $ iconGen -h for more help

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

bgAna-0.0.2.tar.gz (5.4 kB view hashes)

Uploaded Source

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