你的设计工具不支持 WebP 格式,但你的源图像具有你不能丢失的透明度。PNG 是兼容的格式,可以完整保留 alpha 通道。
或者将图片拖放到这里。
支持WEBP
支持WEBP
拖放一个或多个 WebP 文件。支持有损 (VP8) 和无损 (VP8L) 两种版本,无论是否包含 alpha 通道。
WebP解码器会解包像素以及所有alpha通道。PNG编码器使用DEFLATE格式写入这些像素——不会造成进一步的质量损失,alpha通道也完全保留。
输出文件为 RGBA PNG 格式,可在所有图像处理软件中正常打开并保留透明度。文件名保持不变,扩展名更改为 .png。
insight-to-png-reason
Alpha通道已保留,工具兼容性已恢复
Weppy image format
Requires the WEBP delegate library. Specify the encoding options with the -defineoption See WebP Encoding Options for more details.
Portable Network Graphics
Requires libpng-1.0.11 or later, libpng-1.2.5 or later recommended. The PNG specification does not support pixels-per-inch units, only pixels-per-centimeter. To avoid reading a particular associated image profile, use -define profile:skip=name (e.g. profile:skip=ICC).
Alpha 通道、无损转换以及何时不应使用 JPG。