-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,36 @@ | ||
# xTGA Targa Library | ||
> Currently a work in progress, check back soon! | ||
[![Build Status](https://travis-ci.com/xNWP/xTGA.svg?branch=master)](https://travis-ci.com/xNWP/xTGA) | ||
[![License](http://img.shields.io/:license-mit-blue.svg)](https://opensource.org/licenses/MIT) | ||
<div style="text-align:center"><img src="https://raw.githubusercontent.com/xNWP/xTGA/wiki-files/images/logo.png" /></div> | ||
|
||
xTGA Targa Library | ||
================== | ||
> xTGA is a C++ (C-Interface Available) Library for opening, creating, and manipulating TrueVision TGA formatted files. | ||
[<img src="https://travis-ci.com/xNWP/xTGA.svg?branch=master"></img>](https://travis-ci.com/xNWP/xTGA) | ||
[<img src="http://img.shields.io/:license-mit-blue.svg"></img>](https://opensource.org/licenses/MIT) | ||
|
||
## what can it do? ## | ||
- Extract RGBA images from a TGA file. | ||
- Access embedded information such as file author, file comments, creation dates, and more! | ||
- Create TGA images from thin air! *(note: actually requires a source image)* | ||
- Edit extension information such as author, comments, job times, etc. | ||
- Embed arbitrary information into a TGA file via developer entries. | ||
- Read thumbnail images as well as generate them with bicubic interpolation. | ||
- Basically everything you'd ever want to do with a TGA image (hopefully). | ||
|
||
## what can't it do? ## | ||
- give you up | ||
- let you down | ||
- turn around | ||
- hurt you (todo: confirm this) | ||
|
||
## looks great! how do I get started? ## | ||
I'm glad you asked disembodied voice in my head. You can start by checking out one of our fabulous guides below (we worked really hard on them). If after reading all relevant information you are still confused about getting the library working for you, don't hesitate to open an issue on our [GitHub](https://github.com/xNWP/xTGA/issues) or contact me directly via [Twitter](https://twitter.com/ThatNWP). | ||
|
||
- [Compiling The Code](https://github.com/xNWP/xTGA/wiki/Compiling-The-Code) | ||
- [Linking The Library](https://github.com/xNWP/xTGA/wiki/Linking-To-The-Library) | ||
- [Opening An Image](https://github.com/xNWP/xTGA/wiki/Opening-An-Image) | ||
- [Saving An Image](https://github.com/xNWP/xTGA/wiki/Saving-An-Image) | ||
|
||
## some useful links ## | ||
- [xTGA Documentation](http://thatnwp.com/xTGA/docs) | ||
- [TGA Specification](http://tfc.duke.free.fr/coding/tga_specs.pdf) | ||
- [TGA Wiki](https://en.wikipedia.org/wiki/Truevision_TGA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters