+ 1
Convert Data to bitmap
Hi i need a help to convert "jason data" to bitmap or somting like that the thing is i try to make my robot draw a map
1 Answer
+ 8
In an Html/JS context you have to use <canvas> element to handle bitmaps at pixel level...
... and you need to be more accurate in your ask for getting more accurate help: post your actual attempt of code, describe your 'JSON' data structure ( is there data that you got somewhere, or that you have coded and collected yourself? ) and in what way do you want to transform/convert it to bitmap ^^