简体   繁体   English

还有其他方法可以在不使用webp的情况下优化JPG图像吗?

[英]is there other way to optimize JPG image without using webp?

For a webp optimize the image, it is not supported even for IE Edge. 对于webp优化图像,即使IE Edge也不支持该图像。 So I wonder if webpack has other plugins than image-webpack-loader that can optimize jpg without webp? 因此,我想知道webpack是否有除image-webpack-loader之外的其他插件,可以在没有webp的情况下优化jpg? https://github.com/tcoopman/image-webpack-loader https://github.com/imagemin/imagemin-webp#options https://github.com/tcoopman/image-webpack-loader https://github.com/imagemin/imagemin-webp#options

Status (jaw-dropping for me to see that it is considered not planned at this moment....) https://developer.microsoft.com/en-us/microsoft-edge/platform/status/webpimageformat/?q=webp 状态(让我下意识地看到这是暂时未计划的...。) https://developer.microsoft.com/zh-cn/microsoft-edge/platform/status/webpimageformat/?q=网页

WebP is currently supported by Chrome and Opera. Chrome和Opera当前支持WebP。

If you're seeking an alternative to JPEG for IE and Edge, you can consider JPEG XR: 如果您正在寻找IE和Edge的JPEG替代方案,则可以考虑JPEG XR:

https://jpeg.org/jpegxr/ https://jpeg.org/jpegxr/

Or stick with the JPEG image format and optimise it better. 或坚持使用JPEG图像格式并对其进行更好的优化。 There are many optimisation libraries. 有许多优化库。 Mozjpeg is perhaps the best: Mozjpeg也许是最好的:

https://github.com/mozilla/mozjpeg https://github.com/mozilla/mozjpeg

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM