/sutd-letters

The entire alphabet in the SUTD logo style

Primary LanguageMakefile

SUTD Letters

The entire alphabet in the SUTD logo style

Building from source

Each letter is saved as an ASCII portable bitmap (PBM) file and can be converted to other formats with Imagemagick.

Ensure convert is available on your system path then run make with the provided Makefile to generate PNG versions of each letter.

Dependencies

  • Imagemagick
  • GNU Make