Skip to content

Commit

Permalink
Back to v1.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebane1 committed Jan 25, 2023
1 parent 9d40668 commit f58528a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/FFXIVLooseTextureCompiler/v17/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion FFXIVLooseTextureCompiler/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.0.0.6</version>
<url>https://github.com/Sebane1/FFXIVLooseTextureCompiler/releases/download/v1.0.0.6/FFXIVLooseTextureCompiler.zip</url>
<version>1.0.0.7</version>
<url>https://github.com/Sebane1/FFXIVLooseTextureCompiler/releases/download/v1.0.0.7/FFXIVLooseTextureCompiler.zip</url>
<changelog></changelog>
<mandatory>true</mandatory>
</item>

0 comments on commit f58528a

Please sign in to comment.