5 # support running from build dir
6 BEGIN { push @INC, 'blib/lib' if -e
'blib/lib'; }
8 use Games
::Go
::Image2SGF
;
11 foreach my $arg (@ARGV) {
12 die "File not found: $arg" unless -e
$arg;
13 push @
$images, { file
=> $arg };
15 my $board = Games
::Go
::Image2SGF
->
17 board
=> [ 130, 80, 60 ],