Skip to content

Instantly share code, notes, and snippets.

View mvi's full-sized avatar

Barnaby Smith mvi

View GitHub Profile
@mvi
mvi / gist:284fa3b6fa9422da8297
Created August 20, 2014 20:33
Dune 2000 TGA <-> PNG Converter
// Really simple converter for Dune 2000 TGA format files <-> PNG files with WPF. Probably full of bugs since I coded it while cooking ;-)
using System;
using System.Drawing;
using System.IO;
using System.Windows;
using Microsoft.Win32;
namespace TGAConverter
{
/// <summary>