Added scaling, and this is the checkpoint before trying to add arythmetic operations on images

This commit is contained in:
2022-09-28 13:52:14 +02:00
parent d90b9d40ef
commit 25fc4df156
4 changed files with 250 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@
<Compile Include="Effect.cs" />
<Compile Include="EffectGrayScale.cs" />
<Compile Include="EffectMedianFilter.cs" />
<Compile Include="EffectScale.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>