快上网专注成都网站设计 成都网站制作 成都网站建设
成都网站建设公司服务热线:028-86922220

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

修改libpng库源码解决libpngwarning:iCCP:knownincorrect

下载libpng源码

wget https://sourceforge.net/projects/libpng/files/libpng16/1.6.36/libpng-1.6.36.tar.xz

修改png.c文件

if (png_sRGB_checks[i].is_broken != 0)
{
     /* These profiles are known to have bad data that may cause
        * problems if they are used, therefore attempt to
        * discourage their use, skip the 'have_md5' warning below,
        * which is made irrelevant by this error.
        */
     // 注释掉下边这两行代码
     // png_chunk_report(png_ptr, "known incorrect sRGB profile",
     //     PNG_CHUNK_ERROR);
}

编译安装

sudo apt install zlib* -y
sudo apt install gcc make cmake -y
./configure && make -j && sudo make install

本文题目:修改libpng库源码解决libpngwarning:iCCP:knownincorrect
文章URL:http://6mz.cn/article/ppiijo.html

其他资讯