feature/printtarg-json-manifest
main
Adds the -u command-line switch to target/printtarg to output a structured JSON manifest upon target creation completion to stdout (fixes #3).
-u
target/printtarg
stdout
.tif
.eps
.ps
width_mm
height_mm
T_PAD
doc/printtarg.html
{ "event": "manifest", "pages": [ {"filename": "target_01.tif", "patches": 80, "width_mm": 101.6, "height_mm": 152.4}, {"filename": "target_02.tif", "patches": 20, "width_mm": 101.6, "height_mm": 152.4} ] }
- Implement -u command-line switch to output structured JSON manifest upon target generation completion - Track per-page output filenames, physical page dimensions (width_mm and height_mm), and patch counts - Accurately count test patches and TID patches while excluding T_PAD padding patches - Document -u switch in doc/printtarg.html
No dependencies set.
The note is not visible to the blocked user.
Summary of Changes
Adds the
-ucommand-line switch totarget/printtargto output a structured JSON manifest upon target creation completion tostdout(fixes #3).Key Features:
.tif,.eps,.ps), physical page dimensions (width_mm,height_mm), and patch counts per page.T_PAD).-uis omitted.doc/printtarg.html.Example Output: