nx_img_convert_loop_gate.nx
buildroot/runtime/nx_img_convert_loop_gate.nx
about
nx_img_convert_loop_gate.nx -- full sovereign convert loop, gated.
Proves the WHOLE pipeline composes correctly with ZERO 3rd-party:
gradient -> nx_png_write (encode) -> file -> ss_readall -> nx_png_decode
-> ASSERT decoded == original (byte-exact round-trip) -> nx_img_scale the
DECODED pixels -> nx_png_write -> re-decode -> ASSERT dimensions.
All organs already existed except the scaler/convert (DRY #15 reuse).
Returns 0 iff every step holds; a nonzero code pinpoints the first failure.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_img_scale.nxnx_png_write.nxnx_png_decoder.nxnx_seg_store.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 16 | func main() -> i64 |