Every image on every screen is ultimately just bits. In this lab you'll hand-encode black-and-white images bit by bit โ width, height, color depth, then the pixels themselves โ and watch them render live.
Every image here starts with a 24-bit header, then the pixel data.
00000001 for these tasks โ 1 bit per pixel, so each pixel is either fully black (0) or fully white (1).
Type binary on the left. It decodes live into hex and into the image below.
For each one, edit the binary above to build that image, watch it render, then click Import to lock it in below. You can re-import as many times as you like โ only your last import per task counts.
Short answers are fine โ just write real thoughts, not a placeholder.
Done with the images and the questions? Check your work to see what's still missing and generate your certificate. You can check again anytime as you keep working โ only your best grade is kept.