https://github.com/mdsteele/tuna
Image editor for .ahi files
https://github.com/mdsteele/tuna
Last synced: about 1 year ago
JSON representation
Image editor for .ahi files
- Host: GitHub
- URL: https://github.com/mdsteele/tuna
- Owner: mdsteele
- License: gpl-3.0
- Created: 2016-05-18T17:20:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T16:22:19.000Z (over 2 years ago)
- Last Synced: 2025-02-09T15:41:31.544Z (over 1 year ago)
- Language: Rust
- Size: 283 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tuna
Image editor for ASCII Hex Image (.ahi) files, a simple text-based image format
for 16-color images. See the [ahi](https://github.com/mdsteele/ahi) repository
for more information about the format.
## License
_Tuna_ is licensed under the GNU GPL, version 3. _Tuna_ is free software: you
can redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
_Tuna_ is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
The complete license can be found in the LICENSE file.