From 0721f4644026c6276146f5c99eb25800d52f85c6 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 17 Sep 2019 17:27:07 -0700 Subject: [PATCH] graphics/text/README: remove mention of imagemagick Hasn't actually been used for a long time. --- graphics/text/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/text/README b/graphics/text/README index c7d7b44d..bff40b51 100644 --- a/graphics/text/README +++ b/graphics/text/README @@ -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.