diff --git a/VoidCat/Services/Files/CompressContent.cs b/VoidCat/Services/Files/CompressContent.cs index ca38993..00c0f65 100644 --- a/VoidCat/Services/Files/CompressContent.cs +++ b/VoidCat/Services/Files/CompressContent.cs @@ -31,6 +31,7 @@ public class CompressContent case ".png": case ".bmp": case ".tiff": + case ".heic": { output = Path.ChangeExtension(output, ".webp"); outMime = "image/webp";