-
Notifications
You must be signed in to change notification settings - Fork 1
ImageFormatConvertHandler
Tatsuya Koishi edited this page Apr 7, 2022
·
21 revisions
- メディアタイプが
image
で始まる。 - 但し、以下を除く。
image/gif
- アルファチャンネルを含む画像
- アニメーションを含む画像
- MastodonControllerでは、動画のサムネイルも対象に含まれる。
- 対象メディアファイルであっても、同一のメディアファイルへの変換は行わない。
-
/:controller/attachment/type/imageで設定したメディアタイプに変換。(デフォルトは
image/webp
、但しMastodonControllerではimage/jpeg
) - /handler/image_format_convert/alphaの設定次第では、アルファチャンネルを含む画像も変換を行う。
- 内部的にImageMagick(
convert
コマンド)を実行している。この為、インスタンスで本来扱えないメディアタイプも変換され、扱えるようになる。
image_format_convert