wave_design_measure
Measure design attributes from an image or plate SVG, using optional region cropping and geometry masking to focus the analysis. Returns structured JSON for bokashi, keyblock, palette, composition.
Instructions
Run @wave-av/loc-study's measure on an image (masked by geometry.json when given) or a rasterized plate SVG, optionally cropped to a region. Returns the measurement JSON (bokashi/keyblock/palette/composition).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Path to the image to measure (required unless `plate` is given) | |
| plate | No | Path to a plate SVG to rasterize and measure keyblock on | |
| region | No | Crop region as `x,y,w,h` (fractions or pixels) | |
| geometry | No | pen-extract geometry.json — masks occluder rects out of the measurement |