无法获取要渲染的照片

发布于 2024-11-14 17:28:16 字数 216 浏览 2 评论 0原文

在我设置的可访问目录中

http://www.comehike.com/img/member_photo/543 /

我有两张照片。 jpg 可以在浏览器中呈现,而 jpeg 则不能。知道为什么吗?我被困住了:)

谢谢!

In this directory that I made accessible

http://www.comehike.com/img/member_photo/543/

I have two photos. The jpg can render in a browser, and the jpeg can not. Any idea why? I am stuck :)

Thanks!

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

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

发布评论

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

评论(1

唔猫 2024-11-21 17:28:16

我明白了:

The image “http://www.comehike.com/img/member_photo/543/full_photo.jpeg” cannot be displayed because it contains errors.

所以看起来图像以某种方式被损坏了。

搜索 JPEG 恢复软件 - 它就在那里。根据文件进入该状态所发生的情况,它可能会或可能无法恢复。

更新:我在十六进制编辑器中查看了该文件,它的尾部似乎全是零。

从偏移量 0x5581 开始:

.Win_BestPos.204.192.205.200.206  
.205.203.205.Win:7.Error:0 0 0 0  
0 0 0 0.2M:222 1M:256 FT:2 .P:2  
05 0 +0.........................  
................................  
................................  
................................  
................................  
................................  
................................  
................................  

我不知道这意味着什么,或者 if Win:7.Error:... 指示任何特定内容,但该点之后的所有内容都归零。

I get:

The image “http://www.comehike.com/img/member_photo/543/full_photo.jpeg” cannot be displayed because it contains errors.

So it would seem the image is corrupted in some way or other.

Search around for JPEG recovery software - it is out there. Depending on what happened to your file to get it into that state, it may or may not be recoverable.

Update: I looked at the file in a hex editor, and the tail of it seems to be all zeroes.

Starting at offset 0x5581:

.Win_BestPos.204.192.205.200.206  
.205.203.205.Win:7.Error:0 0 0 0  
0 0 0 0.2M:222 1M:256 FT:2 .P:2  
05 0 +0.........................  
................................  
................................  
................................  
................................  
................................  
................................  
................................  

I don't know what it means, or if if Win:7.Error:... indicates anything in particular, but everything after that point is zeroed.

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