static BufferedImage bitMatrixToBufferedImage(BitMatrix m) { ret intMatrixToBufferedImage(mapMatrix(b -> b ? 0xFF000000 : 0xFFFFFFFF, m)); }