luoqingsong
luoqingsong
加上p=0,是可以显示原图的 看了历史的Issue,有对应的解决方法。但是照着试了几遍,依然没有正常显示。 我的libpng是用apt-get方式安装的,看了一下路径是在/usr/bin下,但是有两个版本一个是libpng-config,另外一个是 libpng12-config. 我分别试了配置PKG_CONFIG_PATH为两种路径,也把ImageMagick卸载重装了,还是没有修复。 不知道和ImageMagick版本有关系吗?
百度搜索之后,按照提示安装autoconf automake libtool包 apt-get install autoconf automake libtool之后 再执行make,发生如下错误: GEN jccolor-sse2-64.lo ... libtool: error:ignoring unknow tag NASM
忽略错误继续执行 Successfully built LuaJIT cd build/zimg;cmake /home/zimg/src ;make -j 4;cp zimg /home/zimg/bin /bin/sh:1:cmake:not found
cmake我是安装过了的,为什么现在提示找不到呢? 重新安装了一遍cmake,再次编译竟然成功了,好曲折。
ok,i should take time to review the history commits of changes. I try it ,thanks very much.
Hi,I just discovered when I set PersistentSubscription's SetRetryPolicy property,but it sometimes appears when the dropreason is connection is closed.But it doesn't work when handler service throw an manual exception. Code...
@joeaudette ,hi how do you resolve this problem. We need to package it locally ,then install it in project?
@joeaudette,thanks.
I don't know why it happens. I just pull down the master version code ,and fixed some sql syntax support with mysql 8.0,eg rank to 'rank'. Is there any solution?...