贵站编辑器是怎么转换图片的

Airy 10月前 1700

上传的图片在发帖后好像都是webp格式。

是编辑器里设置过还是另有修改

最新回复 (4)
  • CF 10月前
    3

    前端js修改的

    屌丝论坛第二帅|☁云库☁ - Xiuno原创插件下载:https://cloudatabases.com
  • C 10月前
    4

    https://github.com/AutomaticLab/imgCompress.js

    网上一个开源前端组件

    本站配置:

    var tiny_jimg={
    _png: {width:4096,height:4096,fill:null,format:"image/png",quality:0.9},
    _jpg: {width:4096,height:4096,fill:"#FFF",format:"image/jpeg",quality:0.9},
    _webp: {width:4096,height:4096,fill:null,format:"image/webp",quality:0.9},
    png: {normal:"_webp",nowebp:"_png",animate:false},
    jpg: {normal:"_webp",nowebp:"_jpg"},
    bmp: {normal:"_webp",nowebp:"_jpg"},
    ico: null,
    gif: {normal:"_webp",nowebp:"_jpg",animate:false},
    webp: {normal:"_webp",nowebp:"_png",animate:false},
    };
  • 365cent 10月前
    5
    C https://github.com/AutomaticLab/imgCompress.js 网上一个开源前端组件 本站配置: var tiny_jimg={ _png: {width:409 ...

    tql

返回
发新帖