pixelfont-image

Version, currently master branch1 version
  • master branchlatestMar 17, 2024

github.com/SleepingInsomniac/pixelfont-image

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  pixelfont-image:
    github: SleepingInsomniac/pixelfont-image
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.11.2
License
MIT
Author
Alex Clink
Target
  • pixelfont-image from src/pixelfont-image.cr

Dependencies

Runtime Dependencies

  • png*github: sleepinginsomniac/png
  • pixelfont*github: sleepinginsomniac/pixelfont

README

pixelfont-image

Generate PNG images of text using pixelfont

fonts-pixel-3x5 fonts-pixel-5x7 fonts-pixel-9x11

Installation

brew install crystal
shards install
shards build --release

Usage

./bin/pixelfont-image -f lib/pixelfont/fonts/pixel-9x11 -o fonts-pixel-9x11.png $'0123456789\nABCDEFGHIJKLMNOPQRSTVWXYZ\nabcdefghijklmnopqrstuvwxyz'

Contributing

  1. Fork it (https://github.com/sleepinginsomniac/pixelfont-image/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors