PCRT
PCRT copied to clipboard
PCRT (PNG Check & Repair Tool), a tool to help check and fix the error in a PNG image.
New pull request for the correct branch Converted to Python3 Formatted the code with autopep8 os.startfile() is a windows-only function, I created the startfile() function which checks the platform and...
Python 3
Python3 and Flake8 linting
Python 2.7 is outdated Can you making PCRT for Python 3?
program says it is fixing the file header but output ends up being ONLY a file header. no other data
作者可以把依赖包发一下吗?依赖包不太好找
原来的修复高宽度并不准确,采用爆破值可能更好一些。
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 my_png.CheckPNG() File "/root/Root-Me/Forensic/PCRT/PCRT.py", line 447, in...

fix
Hi, im on windows 11, After verifying that i have all the packages, cloned the git and started the PCRT.py i get "PCRT\PCRT.py", line 68 except IOError,e: ^^^^^^^^^ SyntaxError: multiple...