An open API service indexing awesome lists of open source software.

https://github.com/mauserzjeh/iwi2dds

A small CLI tool to convert IWI files to DDS
https://github.com/mauserzjeh/iwi2dds

cli cli-app cli-application dds direct-draw-surface go golang infinity-ward-image iwi iwi2dds

Last synced: 11 months ago
JSON representation

A small CLI tool to convert IWI files to DDS

Awesome Lists containing this project

README

          

![GitHub release (latest by date)](https://img.shields.io/github/v/release/mauserzjeh/iwi2dds?style=flat-square)

# iwi2dds
A small CLI tool to convert IWI (Infinity Ward Image) files to DDS (Direct Draw Surface) files

# Build from source
```
go build -o iwi2dds.exe
```

# Usage

Help
```
iwi2dds.exe -help
```

Convert
```
iwi2dds.exe -i "path/to/iwi/file.iwi" -o "path/to/dds/file.dds"