hayabuzo / myPixels

Measurement of image compositional balance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myPixels (p5.js)

Measurement of image compositional balance.

image

This program sums the pixels of an image and calculates the median values for lightness, detail, saturation. Depending on the distribution of these values in the image, the program suggests cropping options to balance the composition.

πŸš€ Run at GitHub

πŸ“ Run at OpenProcessing

Settings

Lightness calculation mode β€” different options for calculating lightness, which will lead to different total balance values of light spots and image details.

Balance / Histogram / Crop β€” turn on/off visualisation for each value on the preview.

Resolution β€” the higher the resolution of the calculations, the more accurate the result, and the longer the processing.

Preview Mode β€” the channel that will be displayed in the preview window.

Value - Amount - Balance β€” amount of value (% of a completely white image) and balance relative to the geometric middle of the image ("+" is deviation to the right, "-" is to the left, % of image width).

Processing β€” options for crop according to the values and for saving.

About

Measurement of image compositional balance.

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.7%