X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/231be08364e242ff69f1db90227da34164fe8194..97440043d1e48dfa0b1b197706866f5975cdb701:/doc/spec.tex diff --git a/doc/spec.tex b/doc/spec.tex index 1052516..a5ba023 100644 --- a/doc/spec.tex +++ b/doc/spec.tex @@ -19,10 +19,10 @@ \maketitle \paragraph{} -Imago is a program for automatic processing of Go images. It takes an image (or a set of them), finds the board-grid and stones and produces an abstract representation of the game situation (or a game record). +Imago will be a program for automatic processing of Go images. It will take an image (or a set of images), find the board-grid and stones and produce an abstract representation of the game situation (or a game record). \paragraph{} -It will support JPEG, BMP, TIFF (and other) image formats on input. It will be capable of output to ASCII and SGF format. As the process should be fully automatic, the program will be operated from command line. There will however be a GUI for manual grid location in case the automatic one should fail. +It will support JPEG, BMP, TIFF (and other) image formats on input. It will be capable of output to ASCII and SGF format. As the process should be fully automatic, the program will be operated from command line. There will, however, be a GUI for manual grid location in case the automatic one should fail. \paragraph{} The program will be written mainly in Python, performance-critical parts later refactored in C. It will be distributed under a free (but not copyleft) license.