From a72c4e407bce01b0db0297e0287ae5ba053d6990 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 22 Aug 2014 10:16:11 +0400 Subject: [PATCH] added image conversion function. --- App.config | 3 + ConvertImages.xaml | 28 ++++++ ConvertImages.xaml.cs | 41 +++++++++ GARbro.GUI.csproj | 8 ++ GarConvert.cs | 158 ++++++++++++++++++++++++++++++++ MainWindow.xaml | 4 + MainWindow.xaml.cs | 13 ++- Properties/Settings.Designer.cs | 12 +++ Properties/Settings.settings | 3 + Strings/guiStrings.Designer.cs | 54 +++++++++++ Strings/guiStrings.resx | 18 ++++ Strings/guiStrings.ru-RU.resx | 18 ++++ 12 files changed, 357 insertions(+), 3 deletions(-) create mode 100644 ConvertImages.xaml create mode 100644 ConvertImages.xaml.cs create mode 100644 GarConvert.cs diff --git a/App.config b/App.config index a7aaca76..ddb4269b 100644 --- a/App.config +++ b/App.config @@ -76,6 +76,9 @@ Visible + + PNG + diff --git a/ConvertImages.xaml b/ConvertImages.xaml new file mode 100644 index 00000000..af669997 --- /dev/null +++ b/ConvertImages.xaml @@ -0,0 +1,28 @@ + + + + + + + + + + + +