| Not the DeCSS Source |
This is a pretty picture of some source code! Isn't it nice-looking?
One really neat thing to do is to convert this image into a raw PNM (using pngtopnm, in the netpbm library, or the pnmtopng Debian package - other programs put in comment headers, and that would be Bad), and then type the source code in, and compile the sourcecode and then run it with the PPM as input and, say, pipe it through tar xzvf. For example: gcc source.c pngtopnm < fluffy.png | ./a.out | tar xzvf - You can do this with other raw-type PNM files too, using this crappy source, though you need to make sure your
input PNM is in raw (rather than ASCII) format, has no comment header (if
it has one, it can be stripped easily by doing something like
But that's not all. One nice NCSU student who was bored with his Scheme homework decided to improve the source code, so I made up a nicer-looking image with his nicer-looking source code. Doesn't it look much nicer?
|