On 13 August 2011 10:38, Russell Senior <[email protected]> wrote: >>>>>> "Sean" == Sean Ellefson <[email protected]> writes: > > Sean> Hey guys, I had this idea for a silly little script that would > Sean> parse through a simple png or something similar and be able to > Sean> read the color for each pixel. Basically, what I want to do is > Sean> translate each pixel of the image into an ansi color code and a > Sean> couple of spaces for the purpose of printing it out to a > Sean> terminal. Are there any utilities or libraries you all know > Sean> about that might be able to do something like this? > > convert (from imagemagick) can do something like that. I've forgotten > the actual incantation, but I've done it before. The manpage or > google should help. >
aview, which uses aalib might be what you're looking for. You need to convert images to pnm first though. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
