diff --git a/Mk0.Software.ImageSorter/Main.Designer.cs b/Mk0.Software.ImageSorter/Main.Designer.cs index 9860659..d3d7d72 100644 --- a/Mk0.Software.ImageSorter/Main.Designer.cs +++ b/Mk0.Software.ImageSorter/Main.Designer.cs @@ -470,7 +470,8 @@ this.labelNoImages.Size = new System.Drawing.Size(682, 526); this.labelNoImages.TabIndex = 1; this.labelNoImages.Text = "Keine Bilder im aktuellen Pfad vorhanden.\r\nBitte den Quellpfad ändern, um Bilder " + - "zu sortieren.\r\nErlaubte Dateiformate sind (JPG, PNG, GIF, BMP, TIF, WEBP)."; + "zu sortieren.\r\nErlaubte Dateiformate sind:\r\nJP(E)G, PNG, GIF, BMP, TIF(F), WEBP," + + " HEIC"; this.labelNoImages.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBoxRander @@ -612,7 +613,7 @@ this.labelBanner2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBanner2.Location = new System.Drawing.Point(56, 27); this.labelBanner2.Name = "labelBanner2"; - this.labelBanner2.Size = new System.Drawing.Size(194, 16); + this.labelBanner2.Size = new System.Drawing.Size(193, 16); this.labelBanner2.TabIndex = 2; this.labelBanner2.Text = "\"Pfadangabe\" verschoben."; // @@ -622,7 +623,7 @@ this.labelBanner1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBanner1.Location = new System.Drawing.Point(57, 7); this.labelBanner1.Name = "labelBanner1"; - this.labelBanner1.Size = new System.Drawing.Size(241, 16); + this.labelBanner1.Size = new System.Drawing.Size(240, 16); this.labelBanner1.TabIndex = 1; this.labelBanner1.Text = "Bild \"Dateiname\" erfolgreich nach"; // @@ -820,7 +821,7 @@ this.KeyPreview = true; this.MinimumSize = new System.Drawing.Size(983, 605); this.Name = "Main"; - this.Text = "Image Sorter v2.2 | © 2015-2023 by kmpr.at"; + this.Text = "Image Sorter v2.3 | © 2015-2023 by kmpr.at"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.Load += new System.EventHandler(this.Main_Load); this.Shown += new System.EventHandler(this.Main_Shown); diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index d084521..6bd568a 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -24,7 +24,7 @@ namespace Mk0.Software.ImageSorter { public string quellPath = ""; public string zielPath = ""; - private string[] fileTypes = { ".jpg", ".png", ".jpeg", ".gif", ".tif", ".tiff", ".bmp", ".webp" }; + private string[] fileTypes = { ".jpg", ".png", ".jpeg", ".gif", ".tif", ".tiff", ".bmp", ".webp", ".heic" }; private int moved = 0; private int imageIndex; private List