LSBlue
whiteflipper has an LSB challenge for you! He drew some images and wants you to find the least significant bits of the blue plane (blue is his favourite colour) of the following coordinates in this order:
dot
: (170, 190)
kowalski
: (162, 330)
mumble
: (176, 266)
peso
: (144, 100)
rico
: (157, 315)
rookie
: (296, 221)
silo
: (93, 176)
wheezy
: (280, 70)
All coordinates are (column,row)
pairs. whiteflipper knows that this may be a bit tedious and encourages you to write a Python script with Pillow to help find these bits. Of course, it's not mandatory.
Once you have each of the bits, whiteflipper wants you to convert this sequence from binary to base 10. Then, find the title (in lowercase) of the nth XKCD comic, where n is the base 10 number you just found. Finally, wrap this title with flag{
and }
, and submit it!