Hello
Is there somewhere a description of the bim format that is generated for each image with the Masquerade tool?
I am asking because I will have to implement my own bim-generator (outside zephyr) for some POC.
I assume it is probably simple. e.g.
first 4 bytes: bim format recognition string
next 2 bytes: width of mask in pixels
next 2 bytes: height of mask in pixels
next bytes: mask for each pixel (1 bit per pixel)
If you could reveal this format, I'd appreciate it a lot!
Is there somewhere a description of the bim format that is generated for each image with the Masquerade tool?
I am asking because I will have to implement my own bim-generator (outside zephyr) for some POC.
I assume it is probably simple. e.g.
first 4 bytes: bim format recognition string
next 2 bytes: width of mask in pixels
next 2 bytes: height of mask in pixels
next bytes: mask for each pixel (1 bit per pixel)
If you could reveal this format, I'd appreciate it a lot!
Comment