Image histogram
Try it interactively →POST /api/image-histogramCompute pixel histograms for an image. Returns per-channel bin counts (red, green, blue, luma). Useful for exposure analysis and white-balance estimation.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image bytes. |
| bins | number (2…256) | 256 | Histogram bin count per channel (1-256). |
Response
Modes: json. Cache: yes (24h TTL).