Skip to content

Commit

Permalink
Improve perfomance or accuracy, added scaleSmoothContinuous
Browse files Browse the repository at this point in the history
  • Loading branch information
no4ni committed Jul 10, 2024
1 parent d3f7fad commit 091bc4c
Show file tree
Hide file tree
Showing 8 changed files with 1,738 additions and 2,393 deletions.
17 changes: 16 additions & 1 deletion Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4,078 changes: 1,687 additions & 2,391 deletions Form1.cs

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,7 @@
<data name="shortBold" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shortBold.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="shortSmoothCont" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shortSmoothCont.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file modified Resources/shortBil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/shortSmoothCont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion ScaleSmooth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>shortcut.ico</ApplicationIcon>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,6 +39,7 @@
<None Remove="Resources\shortRough.png" />
<None Remove="Resources\shortSeparate.png" />
<None Remove="Resources\shortSmooth.png" />
<None Remove="Resources\shortSmoothCont.png" />
</ItemGroup>

<ItemGroup>
Expand All @@ -36,6 +56,7 @@
<Resource Include="Resources\shortRough.png" />
<Resource Include="Resources\shortSeparate.png" />
<Resource Include="Resources\shortSmooth.png" />
<Resource Include="Resources\shortSmoothCont.png" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified run/ScaleSmooth.exe
Binary file not shown.

0 comments on commit 091bc4c

Please sign in to comment.