Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 130kb 的 jpeg 图像,无法打开任何东西,我需要修复它。从我使用的各种图像恢复软件中,我得到的只是“图像头损坏/丢失”。当我查看文件的属性时,我什至没有得到任何东西,没有尺寸等,只有文件大小。一旦图像的标头丢失,是否可以恢复图像?我不想再使用任何恢复软件了。我从一位同事那里得到一个想法来解析 jpeg 并查找与工作 jpeg 相比的异常情况。还有其他想法吗?
我能想到的唯一方法是使用十六进制编辑器查看 JPEG,并检查其内容是否符合JPEG 规范。祝你好运。