crystal-tiff
Documentation
- https://www.itu.int/itudoc/itu-t/com16/tiff-fx/docs/tiff6.pdf
- https://www.loc.gov/preservation/digital/formats/content/tiff_tags.shtml
- https://www.awaresystems.be/imaging/tiff/specification/TIFFphotoshop.pdf
Installation
-
Add the dependency to your
shard.yml
:dependencies: tiff: github: lodenos/TIFF-Crystal
-
Run
shards install
Usage
require "tiff"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/lodenos/Crystal-TIFF/fork)
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create a new Pull Request
Contributors
- lodenos - creator and maintainer