Compress .heic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kieran 2023-12-06 12:17:55 +00:00
parent d243253af0
commit d41e3951d9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -31,6 +31,7 @@ public class CompressContent
case ".png":
case ".bmp":
case ".tiff":
case ".heic":
{
output = Path.ChangeExtension(output, ".webp");
outMime = "image/webp";