Skip to content

Commit

Permalink
Added Alpha Smoothing.
Browse files Browse the repository at this point in the history
Added Statusbar.
Added Horizontal Line normalization
  • Loading branch information
COMBudda committed Dec 7, 2023
1 parent eefb230 commit efdbff3
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 244 deletions.
12 changes: 12 additions & 0 deletions CGATest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,25 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand Down
215 changes: 116 additions & 99 deletions Form1.Designer.cs

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

Loading

0 comments on commit efdbff3

Please sign in to comment.