I have written a program which generates 9x9 sudokus. However, making the graphical presentation of the sudoku is rather primitive and time consuming at the moment. Therefore I like to have a simple program, which reads one liners from an input file and which generates for each sudoku a JPG outputfile where the numbers are presented in the grid. Before I start programming such a program by myself I like to now if such an interface is available somewhere?
Merallas