mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 21:12:22 +01:00
Compress .heic
This commit is contained in:
parent
d243253af0
commit
d41e3951d9
@ -31,6 +31,7 @@ public class CompressContent
|
||||
case ".png":
|
||||
case ".bmp":
|
||||
case ".tiff":
|
||||
case ".heic":
|
||||
{
|
||||
output = Path.ChangeExtension(output, ".webp");
|
||||
outMime = "image/webp";
|
||||
|
Loading…
x
Reference in New Issue
Block a user