nx_bmp.nx
buildroot/runtime/nx_bmp.nx
about
nx_bmp.nx -- sovereign 24-bit BMP writer, so detector output is VIEWABLE
directly on Windows (double-click) with no browser, no PNG encoder, no
third-party. BI_RGB, bottom-up, BGR, rows padded to 4 bytes.
genealogy_id: microsoft_bmp_bi_rgb (record-hint)
lineage_id: bmp_fileheader + infoheader + bgr_bottom_up
license_tier: ORIGINAL
dependencies 2 imports · 4 importers
imports: syscalls.nxnx_image.nx
imported by: nx_bmp_tiff_gate.nxnx_skin_diag.nxnx_timeline_demo.nxnx_xfade_demo.nx
structs
| none |
consts
| none |
functions
| 11 | func bmp_u32(fd: i64, v: i64) -> i64 called by 1: bmp_write |
| 20 | func bmp_u16(fd: i64, v: i64) -> i64 called by 1: bmp_write |
| 29 | func bmp_write(img: *Image, path: *u8) -> i64 |