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
- Host: GitHub
- URL: https://github.com/mauserzjeh/iwi2dds
- Owner: mauserzjeh
- License: mit
- Created: 2022-05-15T14:54:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T20:25:19.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T14:56:51.867Z (about 1 year ago)
- Topics: cli, cli-app, cli-application, dds, direct-draw-surface, go, golang, infinity-ward-image, iwi, iwi2dds
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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"