OGF and OAF tools
From ODF::Wiki
| libogfoaf, ogf2tga, oaf2tga | |
|---|---|
| {{{Screenshot}}} {{{Description}}} | |
| Information | |
| Producer: | The Open Descent Foundation |
| Developers: | Lo, original code by VEX-Munk |
| Current version: | 1.1 |
| Latest release: | in May 2009 |
| Operating systems: | Linux, Windows |
| Category: | Tools |
| License: | GPL version 3 |
| Languages: | C++ |
| Website: | none |
| Project page: | click here |
The OGF and OAF tools is software to handle Outrage's graphics format (OGF) and Outrage's animated graphics format (OAF), which are built up of multiple OGF images. The programs consist of:
- libogfoaf, the library used for reading image files.
- The command line converters ogf2tga and oaf2tga
If you perfer graphical user interfaces rather than command line tools, you can use ODF Image instead which provides the same functionality
[edit] libogfoaf
The tools use a C++ library called libogfoaf. This library can
- read OGF and OAF files.
- convert OGFs to TGAs
Since version 1.1, the library can also read 4444-ARGB OGF files in addition to 1555-ARGB files.
[edit] ogf2tga
ogf2tga is a simple program which converts OGF files to TGA files.
[edit] oaf2tga
The oaf2tga tool can
- list all OGF files contained in a OAF file.
- read OGF files out of the OAF file and store them either as is or as converted TGA files.

