无法获取要渲染的照片
在我设置的可访问目录中
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我明白了:
所以看起来图像以某种方式被损坏了。
搜索 JPEG 恢复软件 - 它就在那里。根据文件进入该状态所发生的情况,它可能会或可能无法恢复。
更新:我在十六进制编辑器中查看了该文件,它的尾部似乎全是零。
从偏移量 0x5581 开始:
我不知道这意味着什么,或者 if
Win:7.Error:...
指示任何特定内容,但该点之后的所有内容都归零。I get:
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:
I don't know what it means, or if if
Win:7.Error:...
indicates anything in particular, but everything after that point is zeroed.