不支持的图片格式
UnsupportedImageFormat:从
IMAGE_PATH
收到不支持的格式FORMAT
。目前我们的图片服务仅支持 SUPPORTED_FORMATS.JOIN(’,’)。¥UnsupportedImageFormat: Received unsupported format
FORMAT
fromIMAGE_PATH
. Currently only SUPPORTED_FORMATS.JOIN(’, ’) are supported by our image services.
什么地方出了错?
Section titled 什么地方出了错?¥What went wrong?
内置图片服务目前不支持优化所有图片格式。
¥The built-in image services do not currently support optimizing all image formats.
对于不支持的格式(例如 GIF),你可以直接使用 img
标签:
¥For unsupported formats such as GIFs, you may be able to use an img
tag directly: