From: Shiar Date: Fri, 1 Feb 2008 03:35:18 +0000 (+0100) Subject: game capture prototype X-Git-Url: http://git.shiar.nl/gitweb.cgi/perl/schtarr.git/commitdiff_plain/4ad6c9f100edebbf01f95cdf30412cacfab7e21d?ds=inline;hp=4ad6c9f100edebbf01f95cdf30412cacfab7e21d game capture prototype Parses game screenshots (either by display capture or reading image files). Writes animated gif of minimap area, and tries to parse the game status texts (player stats and replay time). Character parsing is done as a match of total color value per pixel column (cannot distinguish between certain digits), but at least it's a working setup. ---