freedoom/graphics/text
Mike Swanson 0721f46440 graphics/text/README: remove mention of imagemagick
Hasn't actually been used for a long time.
2019-09-17 17:27:07 -07:00
..
font Add lower case font characters. 2014-07-12 22:44:33 +00:00
fontchars Burn all GIFs: Convert everything to PNGs. 2017-07-18 22:26:52 -07:00
config.py Blacken all Python files 2019-09-04 19:36:23 -07:00
create_caption use python3 only for building 2019-09-06 14:43:50 -07:00
credit.txt dehacked: Use https: version of website link. 2014-10-03 05:16:39 +00:00
image_dimensions.py use python3 only for building 2019-09-06 14:43:50 -07:00
Makefile rename python scripts to barenames where possible 2019-09-04 19:20:19 -07:00
README graphics/text/README: remove mention of imagemagick 2019-09-17 17:27:07 -07:00
rotate use python3 only for building 2019-09-06 14:43:50 -07:00
smtextgen use python3 only for building 2019-09-06 14:43:50 -07:00
textgen use python3 only for building 2019-09-06 14:43:50 -07:00
tint.py use python3 only for building 2019-09-06 14:43:50 -07: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 images by use of Pillow to composite
character graphics together.