GithubHelp home page GithubHelp logo

Comments (3)

LuRenJiasWorld avatar LuRenJiasWorld commented on July 18, 2024

已知问题,因为上传图片时压缩比率过高导致,下个版本会修复该问题,感谢反馈~

from wp-editor.md.

winsonet avatar winsonet commented on July 18, 2024

我急需修复此问题,请问现在的 wordpress 如何能升级到这个最新版呢?我尝试直接下载所有源码然后将 asset & src 目录上传到 WP 中,但问题并没有解决了,一样还是很模糊,请问是怎么回事呢?

谢谢!

from wp-editor.md.

winsonet avatar winsonet commented on July 18, 2024

哦,我的问题解决了,直接自己修改了代码中的 $quality

 private function editormd_png2jpg($filePath, $deleteOldFile=true) {
        $quality = 50;
        $newFilename = str_replace(".png", ".jpg", $filePath);

from wp-editor.md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.