Open KisaragiEffective opened 1 year ago
GET /proxy/avatar.webpでアバターが取得できますが、その中身は必ずしもWebPとは限らないので、どちらかの対応をしてほしいです:
GET /proxy/avatar.webp
.webp
$ curl --head 'https://misskey.niri.la/proxy/avatar.webp?url=https%3A%2F%2Fmedia.niri.la%2Fmisskey%2F45f80fd8-a976-4e05-ab42-a01a6e7cad44.png&avatar=1' | grep -i 'Content-Type:' content-type: image/apng
バグじゃね(仕様だとしたらなんでこんな仕様にしたのか忘れた
「apng(sharpはapngをアニメーション画像として読めない!)かつアニメーション維持」の分岐に引っかかっていた
Related to https://github.com/misskey-dev/misskey/issues/9477 https://github.com/lovell/sharp/issues/2375
Summary
GET /proxy/avatar.webp
でアバターが取得できますが、その中身は必ずしもWebPとは限らないので、どちらかの対応をしてほしいです:.webp
を取り除くExample