mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 06:16:27 +01:00
Compress .heic
This commit is contained in:
@@ -31,6 +31,7 @@ public class CompressContent
|
||||
case ".png":
|
||||
case ".bmp":
|
||||
case ".tiff":
|
||||
case ".heic":
|
||||
{
|
||||
output = Path.ChangeExtension(output, ".webp");
|
||||
outMime = "image/webp";
|
||||
|
||||
Reference in New Issue
Block a user