diff --git a/.vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2 b/.vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2 index f3e4f4d..837fa4f 100644 Binary files a/.vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2 and b/.vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/FFXIVLooseTextureCompiler/v17/.suo b/.vs/FFXIVLooseTextureCompiler/v17/.suo index 9c565dd..e604ff2 100644 Binary files a/.vs/FFXIVLooseTextureCompiler/v17/.suo and b/.vs/FFXIVLooseTextureCompiler/v17/.suo differ diff --git a/FFXIVLooseTextureCompiler/MainForm.cs b/FFXIVLooseTextureCompiler/MainForm.cs index 5f92f38..3166b91 100644 --- a/FFXIVLooseTextureCompiler/MainForm.cs +++ b/FFXIVLooseTextureCompiler/MainForm.cs @@ -353,7 +353,7 @@ public void ExportTex(string inputFile, string outputFile, ExportType exportType Graphics g = Graphics.FromImage(target); g.Clear(Color.White); g.DrawImage(bitmap, 0, 0, bitmap.Width, bitmap.Height); - Bitmap normal = Normal.Calculate(Contrast.AdjustContrast((target), 250)); + Bitmap normal = Normal.Calculate(Contrast.AdjustContrast((target), 100)); KVImage.ImageBlender imageBlender = new KVImage.ImageBlender(); using (Bitmap originalNormal = new Bitmap(inputFile)) { Bitmap destination = new Bitmap(originalNormal, originalNormal.Width, originalNormal.Height); diff --git a/update.xml b/update.xml index c405d01..f4fbf26 100644 --- a/update.xml +++ b/update.xml @@ -1,7 +1,7 @@ - 1.0.0.6 - https://github.com/Sebane1/FFXIVLooseTextureCompiler/releases/download/v1.0.0.6/FFXIVLooseTextureCompiler.zip + 1.0.0.7 + https://github.com/Sebane1/FFXIVLooseTextureCompiler/releases/download/v1.0.0.7/FFXIVLooseTextureCompiler.zip true \ No newline at end of file