From 5ed7d3255c95e831903f70f38bfbb0d9c3056519 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Sun, 18 Aug 2024 18:05:05 +0200 Subject: [PATCH] removed webp format --- Mk0.Software.ImageSorter/Main.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index 9e516ee..c4d0623 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -26,7 +26,7 @@ namespace Mk0.Software.ImageSorter { public string quellPath = ""; public string zielPath = ""; - private string[] fileTypes = { ".jpg", ".png", ".jpeg", ".gif", ".tif", ".tiff", ".bmp", ".webp", ".heic" }; + private string[] fileTypes = { ".jpg", ".png", ".jpeg", ".gif", ".tif", ".tiff", ".bmp", ".heic" }; private int moved = 0; private int imageIndex; private List