Skip to content

Commit

Permalink
Added new methods: scaleBASmoothContrast and scaleBAMonochrome2
Browse files Browse the repository at this point in the history
  • Loading branch information
no4ni committed Aug 21, 2024
1 parent 8bb5014 commit 695dcda
Show file tree
Hide file tree
Showing 11 changed files with 8,639 additions and 5,839 deletions.
6 changes: 3 additions & 3 deletions Form1.Designer.cs

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

14,400 changes: 8,564 additions & 5,836 deletions Form1.cs

Large diffs are not rendered by default.

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

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

6 changes: 6 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 172,10 @@
<data name="shortBAExtremum" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shortBAExtremum.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="shortBAmonochrome2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shortBAmonochrome2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="shortBASmoothContrast" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shortBASmoothContrast.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added Resources/shortBASmoothContrast.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/shortBAmonochrome2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ScaleSmooth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 38,8 @@
<None Remove="Resources\shortBAcontrast.png" />
<None Remove="Resources\shortBAExtremum.png" />
<None Remove="Resources\shortBAmonochrome.png" />
<None Remove="Resources\shortBAmonochrome2.png" />
<None Remove="Resources\shortBASmoothContrast.png" />
<None Remove="Resources\shortBil.png" />
<None Remove="Resources\shortBilApprox.png" />
<None Remove="Resources\shortBold.png" />
Expand Down Expand Up @@ -68,6 70,8 @@
<Resource Include="Resources\shortBAcontrast.png" />
<Resource Include="Resources\shortBAExtremum.png" />
<Resource Include="Resources\shortBAmonochrome.png" />
<Resource Include="Resources\shortBAmonochrome2.png" />
<Resource Include="Resources\shortBASmoothContrast.png" />
<Resource Include="Resources\shortBil.png" />
<Resource Include="Resources\shortBilApprox.png" />
<Resource Include="Resources\shortBold.png" />
Expand Down
22 changes: 22 additions & 0 deletions Strings.Designer.cs

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

10 changes: 10 additions & 0 deletions Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 226,11 @@ Allows you to do several operations before saving total result</value>
<data name="scaleBAContrast" xml:space="preserve">
<value>Defined grid structure, little contrasty and may be present Gibbs ringing artifacts

Very very fast - Very slow, and you can't process multiple images at the same time without losing speed</value>
</data>
<data name="scaleBASmoothContrast" xml:space="preserve">
<value>Сontrasty and may be present grid structure

Very very fast - Very slow, and you can't process multiple images at the same time without losing speed</value>
</data>
<data name="scaleBAExtremum" xml:space="preserve">
Expand All @@ -236,6 241,11 @@ Very very fast - Very slow, and you can't process multiple images at the same ti
<data name="scaleBAmonochrome" xml:space="preserve">
<value>Smooth, curve and same time sharpness result, but monochrome (colors may be distorted)

Very slow, and you can't process multiple images at the same time without losing speed</value>
</data>
<data name="scaleBAmonochrome2" xml:space="preserve">
<value>Sharpness edges, but colors may be distorted

Very slow, and you can't process multiple images at the same time without losing speed</value>
</data>
<data name="scaleBilinearApproximation" xml:space="preserve">
Expand Down
10 changes: 10 additions & 0 deletions Strings.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 226,11 @@
<data name="scaleBAContrast" xml:space="preserve">
<value>Видна сеточная структура, немного контрастно и может присутствовать звон

Очень очень быстро - Очень медленно, и Вы не можете обрабатывать несколько изображений одновременно</value>
</data>
<data name="scaleBASmoothContrast" xml:space="preserve">
<value>Контрастно и может быть видна сеточная структура

Очень очень быстро - Очень медленно, и Вы не можете обрабатывать несколько изображений одновременно</value>
</data>
<data name="scaleBAExtremum" xml:space="preserve">
Expand All @@ -236,6 241,11 @@
<data name="scaleBAmonochrome" xml:space="preserve">
<value>Гладкий, криволинейный и в то же время чёткий результат, но монохромный (вследствие чего цвета могут искажаться)

Очень медленно, и Вы не можете обрабатывать несколько изображений одновременно</value>
</data>
<data name="scaleBAmonochrome2" xml:space="preserve">
<value>Чёткие границы, но цвета могут искажаться

Очень медленно, и Вы не можете обрабатывать несколько изображений одновременно</value>
</data>
<data name="scaleBilinearApproximation" xml:space="preserve">
Expand Down
Binary file modified run/scaleSmooth-WinX64.zip
Binary file not shown.

0 comments on commit 695dcda

Please sign in to comment.