stumpy_tga
stumpy_tga
WORK IN PROGRESS
TGA (Targa) files reader and writer designed for use with stumpy_core
Supports only types 1, 2, 9 and 10 (Color mapped or RGB, with RunLength encoding or without) with pixel depth 16, 24 and 32.
Only reading is supported.
Interface
StumpyTGA.read(file) : Canvas
- Read TGA fileStumpyTGA.read_raw(file) : StumpyTGA::TGA
- Read a TGA file into special structure
Installation
Add this to your application's shard.yml
:
dependencies:
stumpy_tga:
github: unn4m3d/stumpy_tga
Usage
require "stumpy_tga"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/unn4m3d/stumpy_tga/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
Contributors
- unn4m3d - creator, maintainer
Repository
stumpy_tga
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 7 years ago
- March 6, 2017
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 08:31:25 GMT
Languages