如何创建尺寸最小且足够适合网页的 PNG 图像?

发布于 2024-11-27 09:46:56 字数 290 浏览 1 评论 0原文

我有一个 172kb 的 png 图像。在图像编辑器上打开它并另存为 png-8 它会变成 39.3kb 如果我设置为 gif 它会变成 42.06kb

在 c# 中,我尝试另存为 png 并且大小根本没有改变。我尝试另存为 gif,质量变得很糟糕...

我怎样才能获得与 c# 相同的尺寸并保持良好的质量以在网络上显示?

I have a png image of 172kb. Opening it on an image editor and saving as png-8 it becomes 39.3kb and if I set as gif it becomes 42.06kb.

In c# I tried to save as png and the size doesn't change at all. I tried to save as gif, the quality gets awful...

How can I get the same size with c# and keep a good quality to show on the web?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最单纯的乌龟 2024-12-04 09:46:56

检查此网站 http://imageoptim.com/
作者表示,他的解决方案将使您的 PNG 1/3 大小变得平均,而不会失去 PNG 兼容性。如果您能承受有损压缩,它甚至可以更小。

此链接从此处的 QA 线程获得: 非 Apple 平台可以生成最适合 iOS 显示的 PNG 内部格式是什么?

Check this site http://imageoptim.com/
The author says his solution will make your PNG 1/3 size average without loosing PNG compatibility. And it can be even smaller if you can afford lossy compression.

This link gained from QA thread here: What's the most optimal PNG internal format for iOS display can be generated from non-Apple platform?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文