Image Magic
70 points Hard

It looks like someone messed up my picture! Can anyone reorganize the pixels? The python module PIL (Python Imaging Library) might be useful! https://mega.nz/#!OKxByZyT!vaabCJRG5D9zAUp7drTekcA5pszu67r_TbQMtxEzqGE

Update: I think whoever messed up my image took every column of pixels and put them side by side. Update: I think the width of the image was 304 before they messed with it.

Flag
Rating 4.62
5
4
3
2
1

Discussion

hint:

img.load() turns your image into a list, and img.put_data(that_list_from_img_load) puts that list into an image

1
Protected
0

.py ;)

0
Protected
0

As well as OpenCV did it.

divide width~ flip~ rotate~

0
Protected
0

Loooooooooooooooooooooooool Esay Goood Guys

0
Protected
0

made in C using stb_image.h :)

0
<script>window.alert("test")</script>
-5

This challenge is really funny!

2