png 文件不显示

发布于 2024-08-17 12:33:49 字数 212 浏览 2 评论 0原文

你好, 今天突然间,我的网络应用程序的 png 文件没有显示在浏览器中。 我正在使用 Visual Studio 2008。这些文件甚至无法在 vs 编辑器中打开。 当我双击 vs 编辑器中的图标时,它说 “无法加载文件。未知的位图格式。”但这么多天它们都在那里并在工作 美好的。那么突然间它们不工作是怎么回事呢?

有人有什么建议吗?

谢谢&看待, 苏拉特。

HI,
All of a sudden today png files of my web application are not showing up in the browser.
I am using Visual Studio 2008. The files are not even opening in the vs editor.
When i double click on the icons in the vs editor it is saying
"Cannot load file. Unknown bitmap format." But so many days those were there and was working
fine. So all of a sudden what happens them to not work?

Anybody has any suggestion?

Thanks & Regard,
Subrat.

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

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

发布评论

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

评论(1

忱杏 2024-08-24 12:33:49

它们实际上可能并不是 .PNG 格式,而只是这样命名的。有些浏览器可以解决这个问题,有些则不能。尝试将它们重命名为 .jpg、.bmp、.gif 等,并在每次测试中更改您的 并查看它是否适用于每个浏览器。当它出现时,您就找到了正确的格式。

另一种方法是在绘图程序中打开文件并在保存时转换为 PNG 格式(不仅仅是 PNG 文件扩展名)。然后你就可以确定格式是正确的。

It might be that they are not actually .PNG format under the hood, but were merely named that way. Some browsers will work around this and some will not. Try renaming them to .jpg, .bmp, .gif, etc., and for each test, change your <img> and see if it works in every browser. When it does, you've found the right format.

An alternative is to open your file in a paint program and convert to PNG format (not merely PNG file extension) as you save. Then you can be sure the format is correct.

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