admin管理员组文章数量:1395780
When uploading image files to the Wordpress media library the colors are occasionally distorted.
This is especially noticeable in the blue tones. I think it is due to a missing conversion of the color space.
Does anyone know what is the solution?
When uploading image files to the Wordpress media library the colors are occasionally distorted.
This is especially noticeable in the blue tones. I think it is due to a missing conversion of the color space.
Does anyone know what is the solution?
Share Improve this question edited Mar 9, 2020 at 16:24 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Mar 9, 2020 at 7:38 quikinaquikina 232 bronze badges1 Answer
Reset to default 0You must use standard color profiles, and convert your color profile to sRGB (in Photoshop -> Save for the web -> convert to sRGB checkbox).
You should also set quality compression to 100
add_filter('jpeg_quality', function($arg){return 100;});
本文标签: How do I avoid color distortion of uploaded images
版权声明:本文标题:How do I avoid color distortion of uploaded images? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744684140a2619593.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论