code wiki / _hdl_build / nx_bmp_to_png.nx
nx_bmp_to_png.nx
buildroot/runtime/_hdl_build/nx_bmp_to_png.nx
about
nx_bmp_to_png.nx -- convert a rendered BMP to PNG (top crop) so it can be VIEWED. Reads the styled
wiki render, takes the top rows (the visible part), writes a PNG via the sovereign nx_png_write.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_png_write.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
| 5 | const K_MAGIC_5000: i64 = 5000 |
functions
| 7 | func bp_u32le(b: *u8, off: i64) -> i64 called by 1: main |
| 11 | func main() -> i64 |