Skip to content

Commit

Permalink
Fix link. Add section about ImageMagick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beluki committed Feb 6, 2016
1 parent fd9d3df commit 05ea154
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ in the [/Tools/freegemas][] folder):

![Screenshot10](Screenshot/Screenshot10.png)

[/Tools/freegemas]: Tools/freegemas

## Performance and memory usage

The only limitation on how big the output image can be is the memory available.
Expand All @@ -145,6 +147,20 @@ resulting in a 9040x9040 px image.
$ Tileboard.py 8/8/8/8/8/8/8/8 blank.png --tileset-size 1000
```

## Tileboard + ImageMagick

I deliberately avoided adding features that would bloat the program if they
could be done in a single command in [ImageMagick][]. One such example is text
below the images (e.g. "White to play and win").

[ImageMagick]: http://imagemagick.org

Almost all of the images in this README have labels below them. Take a look
at [generate-screenshots.sh][] for the script that generated them. I'm not
proficient in either bash or ImageMagick but it worked fine.

[generate-screenshots-sh]: Tools/generate-screenshots.sh

## Portability

Information and error messages are written to stdout and stderr
Expand Down
Binary file modified Screenshot/Screenshot5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05ea154

Please sign in to comment.