Telegraph-Image icon indicating copy to clipboard operation
Telegraph-Image copied to clipboard

能增加对webp支持么

Open Aloys233 opened this issue 2 years ago • 3 comments

Aloys233 avatar Feb 18 '23 11:02 Aloys233

希望增加WebP支持,现在主流网站在线图片都是webp格式,webp体积小、质量好

burkvt avatar Sep 13 '23 05:09 burkvt

+1太需要这个格式了

sucooer avatar Sep 24 '23 15:09 sucooer

https://****/js/core.min.js?65
Line 2 Column 10894
{
        key: "uploadData",
        value: function(t) {
            var e = null;
            return !!(e = t.match(/^data:(image\/gif|image\/jpe?g|image\/png|video\/mp4);base64,(.*)$/)) && {
                type: e[1],
                base64_data: e[2]
            }
        }

Server even does not supported itself, how can a proxy do this? Please bring your brain.

jyxjjj avatar May 10 '24 03:05 jyxjjj