freedoom/graphics/text
Mike Swanson fcff7114b0 graphics: generate wikilrs and wivctms with smtextgen
Previously left alone, and with the old font, due to their special
nature, but since then, the small-text generator exists too!  Only
thing special is that wikilrs is rotated, which is resolved simply by
using ImageMagick.

Closes #184
2015-12-15 00:34:14 -08:00
..
font Add lower case font characters. 2014-07-12 22:44:33 +00:00
fontchars Add lower case font characters. 2014-07-12 22:44:33 +00:00
.gitignore graphics/text/.gitignore additions 2014-09-26 07:17:26 -07:00
common.py Adjust IDENTIFY_OUTPUT_RE for graphicsmagick 2014-10-13 22:36:06 +01:00
config.py Use Voltcom9's suggestions for chapter titles in Phase 1 2014-10-12 20:15:56 -07:00
credit.txt dehacked: Use https: version of website link. 2014-10-03 05:16:39 +00:00
Makefile graphics: generate wikilrs and wivctms with smtextgen 2015-12-15 00:34:14 -08:00
README graphics: Generate text graphics programatically. 2013-11-30 20:55:57 -05:00
smtextgen Update other scripts to support Python 3 build. 2014-10-28 03:55:43 +00:00
textgen textgen: Move common code into a common file. 2014-09-07 03:56:45 +00:00

This is a script that generates the big font graphics used in the menus and
intermission screens. The font used to generate the graphics is in the
subdirectory 'fontchars'. This is based on the original font graphics
(found in 'font') which have been split up into individual files each
containing a single character.

The script generates the image by invoking ImageMagick to composite the
character graphics together. ImageMagick is therefore a dependency,
although the Python wrapper for ImageMagick is not used.