exiftool doesn’t support JPEG XL either
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-07 14:49:58 +01:00
parent b98fe4476c
commit f2b925f32c
Signed by untrusted user: darkkirb
GPG Key ID: AB2BD8DAF2E37122
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ defmodule Pleroma.Upload.Filter.Exiftool do
def filter(%Pleroma.Upload{content_type: "image/heic"}), do: {:ok, :noop}
def filter(%Pleroma.Upload{content_type: "image/webp"}), do: {:ok, :noop}
def filter(%Pleroma.Upload{content_type: "image/svg+xml"}), do: {:ok, :noop}
def filter(%Pleroma.Upload{content_type: "image/jxl"}), do: {:ok, :noop}
def filter(%Pleroma.Upload{tempfile: file, content_type: "image" <> _}) do
try do