graphics/text/README: remove mention of imagemagick

Hasn't actually been used for a long time.
This commit is contained in:
Mike Swanson 2019-09-17 17:27:07 -07:00
parent 5947b4229f
commit 0721f46440

View file

@ -4,6 +4,5 @@ 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.
The script generates the images by use of Pillow to composite
character graphics together.