Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-06-18 21:42:39 +07:00
parent 8872c2e045
commit ca655c5055
5 changed files with 2269 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ namespace ScreenCaptureApp
case ".jpg": return System.Drawing.Imaging.ImageFormat.Jpeg;
case ".jpeg": return System.Drawing.Imaging.ImageFormat.Jpeg;
case ".bmp": return System.Drawing.Imaging.ImageFormat.Bmp;
case ".png": return System.Drawing.Imaging.ImageFormat.Png;
default: return System.Drawing.Imaging.ImageFormat.Png;
}
}