nx_jpeg_ppm_dump_test.nx
buildroot/runtime/nx_jpeg_ppm_dump_test.nx
about
nx_jpeg_ppm_dump_test.nx -- COLOR proof dumper for the bits-up
JPEG decoder. Reads the staged real source.jpg, decodes it to
full-resolution RGB via nx_jpeg_decode_rgb (decode + chroma
upsample + YCbCr->RGB), and writes a binary PPM (P6) so the
Windows GDI+ decode can be diffed against it per-channel.
Asserts dims == 239x178, then emits the PPM.
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_jpeg_ascii.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
| 15 | func _put_dec(buf: *u8, pos: i64, v: i64) -> i64 |
| 27 | func main() -> i64 |