RMagick - 我应该使用哪种 rmagick 方法来优化大图像以减少图像加载时间?
我有一个带有大图像的全尺寸滑块 例如:1885x1440
这些是照片,我需要使用 RMagick
优化它们,但保持质量和图像大小 (1885x1440
)
我认为它应该是这种方法之一 http://www.imagemagick.org/RMagick/doc/image3.html
我不太知道我该怎么办继续优化这些图像,以便它们可以更快地加载,并且看起来仍然令人惊叹。
谢谢。
I Have a full size slider with big images
for example: 1885x1440
these are photos and i need to optimize them with RMagick
but keep the quality and image size (1885x1440
)
I think it should be one of this methods http://www.imagemagick.org/RMagick/doc/image3.html
I don't quite know how should i proceed to optimize this images so they can load faster and still look amazing.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这个。
请注意,某些格式(例如 PNG)默认不使用压缩。您可以在此处检查每种格式支持/默认的压缩类型。所以对于 PNG 你可以尝试类似的方法:
Try this.
Note that some formats, like PNG, don't use compression by default. You can check the supported/default compression types for each format here. So for PNGs you could try something like: