Skip to content

Commit

Permalink
add Resize tool
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Nov 3, 2024
1 parent 576aa87 commit 3056491
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 172 deletions.
3 changes: 2 additions & 1 deletion Source/Components/ImageGlass.Base/Language/IgLang.cs
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,9 @@ public Dictionary<string, string> InitDefaultLanguage()
#region Tools
{ "FrmMain.MnuTools", "Tools" }, //v3.0
{ "FrmMain.MnuColorPicker", "Color picker" }, //v5.0
{ "FrmMain.MnuFrameNav", "Frame navigation" }, // v7.5
{ "FrmMain.MnuCropTool", "Crop image" }, // v7.6
{ "FrmMain.MnuResizeTool", "Resize image" }, // v9.2
{ "FrmMain.MnuFrameNav", "Frame navigation" }, // v7.5
{ "FrmMain.MnuGetMoreTools", "Get more tools…" }, // v9.0

{ "FrmMain.MnuLosslessCompression", "Magick.NET Lossless Compression" }, // v9.1
Expand Down
Loading

0 comments on commit 3056491

Please # to comment.