We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I encounter error below when I try to open the repaired image:
Traceback (most recent call last): File "/root/Root-Me/Forensic/PCRT/PCRT.py", line 780, in <module> my_png.CheckPNG() File "/root/Root-Me/Forensic/PCRT/PCRT.py", line 447, in CheckPNG img=Image.open(self.out_file) File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2822, in open raise IOError("cannot identify image file %r" % (filename if filename else fp)) IOError: cannot identify image file 'output.png'
I don't know if it's relevant, bu the source image is coming from a security challenge. For now, the output.png file is a corrupted .png file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I encounter error below when I try to open the repaired image:
I don't know if it's relevant, bu the source image is coming from a security challenge. For now, the output.png file is a corrupted .png file.
The text was updated successfully, but these errors were encountered: