Convert Data to bitmap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

10th Apr 2017, 1:02 AM
mohannad
mohannad - avatar
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 ^^
10th Apr 2017, 2:43 AM
visph
visph - avatar