This library is intended to process and handle the NetPBM Portable Anymap (PNM) Formats: Portable Bitmap Format (PBM), Portable Graymap Format (PGM), and Portable Pixmap Format (PPM). For more information on these formats, ask Wikipedia.
-
Add the dependency to your
shard.yml
:dependencies: crypnm: github: respitesage/crypnm
-
Run
shards install
require "crypnm"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/respitesage/crypnm/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Benjamin Wade - creator and maintainer