BLP <-> TGA Converter

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
A simple shell file converting BLP to TGA and reverse.
Contents

BLP TGA Converter (Binary)

Reviews
16:31, 22nd Dec 2009 TriggerHappy: There are other tools with a GUI interface which do a lot more than this.
To people saying it does nothing, this is a CLI tool, you need to call it from a command prompt. Thanks. Great tool. The only tool that warned me that input needs to be pow2. The rest of the tools I tried silently failed and told me they succeeded.
 
Works great for drag and drop or as a batch convert tool from console.

Apparently this is FREE SOFTWARE, but I don't see any source code included. Why, Mr. Ralle?

Thanks to a God forgotten Korean website, I found the header and then the author. This uses parts of Warcraft 3 Viewer code, here is the original website (incl. source code). And... the 2005 internet hits different.

Warcraft 3 Viewer - Utility to view models and textures from Warcraft 3
Copyright (C) 2002 David GRIMBICHLER ([email protected])
http://www.xeberon.net

This program 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 2 of the License, or
(at your option) any later version.

[omitted]
 
Back
Top