Hacker News new | ask | show | jobs
by yardshop 2062 days ago
Just for fun, I wrote a little Python script to convert the image files back into the original archive.

Use Pillow to read the pixels from each file, and write the RGB values to a new file. Then use the gzip library to uncompress that and create a TAR file. Then I just viewed the TAR file in The V File Viewer.

I stopped there because that was enough to show that it worked. I have ImageMagick installed somewhere, but this was more fun.