Liang Chen
Liang Chen
那就是要改COW的代码咯。另外:COW有没有流量统计的功能呢?
cow在阿里云上,ss在国外服务器上。客户端通过cow转到ss再连上Google,对于Google来说是不是只能看到cow所在的阿里云服务器IP?从而导致了这个问题。
嗯,是的,出口IP是Shadowsocks上的IP。为啥会有这个问题呢?为什么直接用Shadowsocks就没有这个问题。
I have the same problem. My image size is only 4.1MB.
@odedniv I'm NOT 100% percent sure the root cause of the problem. I think it's maybe caused by the binaries in `bin/` which author used to reduce the file size....
I have run into this problem, it looks like caused by passing image data to pngout command line for processing. I created my own project: https://github.com/slimfancy/slim-lambda, and it works well...
@DerkBusser sorry, I'm not use this package any more. I wrote a new one based on this package. https://github.com/slimfancy/image-lambda.
I think this is caused by an unexpected image name, maybe the image file name contains some characters such as "-" which cannot be handled.
Hi Matthew. Thanks for your proposal. I remember the gm's compression feature have bad performance on png images, that's why I use pngquant instead. Are you testing on png files...
Could you please send me your zip package? Your information is not enough to locate the issue.