commit 3f1fe20b126551ff3e42a5e07436df51c7c877c5 parent ce4d72f11cfb7a51658985cea97dac4fdb6410b8 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 4 Sep 2019 09:51:45 +0200 Also add a zoomed "a" character in the specimen file. Diffstat:
M | Makefile | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -71,9 +71,15 @@ specimen: ppmchange white "#ff2a7f" | \ ppmchange black "#fff" > digits.pnm - pnmcat -tb spleen.pnm examples.pnm future.pnm letters.pnm digits.pnm | \ - pnmtopng > specimen.png + pnmcat -tb spleen.pnm examples.pnm future.pnm letters.pnm digits.pnm > specimen.pnm + echo "a" | \ + pbmtext -font spleen-32x64.bdf -nomargins | \ + ppmchange white "#ff7f2a" | \ + ppmchange black "#fff" | \ + pnmscale 4 | \ + pnmpaste - 364 100 specimen.pnm | \ + pnmtopng > specimen.png rm *.pnm optipng *.png