$ perl -e 'print "P1\n256 256\n", map {$_&($_>>8)?1:0} (0..0xffff)' | display
OK, not the most useful but a good way to impress friends. Requires the "display" command from ImageMagick.
(by dstahlke)by David Winterbottom (codeinthehole.com)
$ perl -e 'print "P1\n256 256\n", map {$_&($_>>8)?1:0} (0..0xffff)' | display
OK, not the most useful but a good way to impress friends. Requires the "display" command from ImageMagick.
(by dstahlke)by David Winterbottom (codeinthehole.com)
0sem comentários ainda