From 1a3f26fb5c515f5672561449f91f6be6383b5a3a Mon Sep 17 00:00:00 2001 From: Sigrid Solveig Haflínudóttir Date: Tue, 6 Dec 2022 14:15:25 +0100 Subject: [feature] media: add webp support (#1155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * media: add webp support Signed-off-by: Sigrid Solveig Haflínudóttir * bump exif-terminator to v0.5.0 Signed-off-by: Sigrid Solveig Haflínudóttir Signed-off-by: Sigrid Solveig Haflínudóttir --- internal/media/types.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/media/types.go') diff --git a/internal/media/types.go b/internal/media/types.go index 763a8137f..b855d72b5 100644 --- a/internal/media/types.go +++ b/internal/media/types.go @@ -43,6 +43,9 @@ const ( mimePng = "png" mimeImagePng = mimeImage + "/" + mimePng + + mimeWebp = "webp" + mimeImageWebp = mimeImage + "/" + mimeWebp ) type processState int32 -- cgit v1.2.3