Closed aveyuan closed 4 years ago
Hi,
This package does not implement any image encoding methods itself. To encode image to PNG it uses the standard image/png
package. The given compression level (png.BestCompression
) is the maximum compression that is available.
你好
该程序包本身不实现任何图像编码方法。要将图像编码为PNG,它使用标准
image/png
包。给定的压缩级别(png.BestCompression
)是可用的最大压缩率。
Thanks
Hi, I try Use PNG compression,but The size has not changed.
Code
Output pic
I want to compress more, how did I do it? Thanks