added image conversion function.

This commit is contained in:
morkt
2014-08-22 10:16:11 +04:00
parent 46a4ca6b14
commit a72c4e407b
12 changed files with 357 additions and 3 deletions

View File

@@ -120,6 +120,9 @@
<Compile Include="ArcParameters.xaml.cs">
<DependentUpon>ArcParameters.xaml</DependentUpon>
</Compile>
<Compile Include="ConvertImages.xaml.cs">
<DependentUpon>ConvertImages.xaml</DependentUpon>
</Compile>
<Compile Include="CreateArchive.xaml.cs">
<DependentUpon>CreateArchive.xaml</DependentUpon>
</Compile>
@@ -131,6 +134,7 @@
<Compile Include="ExtractFile.xaml.cs">
<DependentUpon>ExtractFile.xaml</DependentUpon>
</Compile>
<Compile Include="GarConvert.cs" />
<Compile Include="GarCreate.cs" />
<Compile Include="GarExtract.cs" />
<Compile Include="HistoryStack.cs" />
@@ -154,6 +158,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ConvertImages.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CreateArchive.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>