Adds the -u command-line switch to spectro/chartread to emit real-time JSON line-buffered streams over stdout for each read row.
Key Features:
Line-buffered ROW_COLORS_JSON: <json> messages emitted after each strip is measured.
Includes expected vs measured RGB/Lab values, patch indices, and strip direction flags.
Preserves 100% backward compatibility when -u is not supplied.
Fully documented in doc/chartread.html and doc/chartread_integration_guide.md.
### Summary of Changes
Adds the `-u` command-line switch to `spectro/chartread` to emit real-time JSON line-buffered streams over stdout for each read row.
#### Key Features:
- Line-buffered `ROW_COLORS_JSON: <json>` messages emitted after each strip is measured.
- Includes expected vs measured RGB/Lab values, patch indices, and strip direction flags.
- Preserves 100% backward compatibility when `-u` is not supplied.
- Fully documented in `doc/chartread.html` and `doc/chartread_integration_guide.md`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary of Changes
Adds the
-ucommand-line switch tospectro/chartreadto emit real-time JSON line-buffered streams over stdout for each read row.Key Features:
ROW_COLORS_JSON: <json>messages emitted after each strip is measured.-uis not supplied.doc/chartread.htmlanddoc/chartread_integration_guide.md.