Replies: 1 comment
-
Unfortunately bitmaps must be mapped to binary code by yourself (I don't know if there is a suitable tool). For example, in the case of a monochrome 16x16 image, it is made of a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to figure out how to draw *.bmp.json images by converting them to base64-encoded string but they are not displayed as images but as randomly filled pixels. How to convert images correctly?
Beta Was this translation helpful? Give feedback.
All reactions