PCRT icon indicating copy to clipboard operation
PCRT copied to clipboard

PCRT (PNG Check & Repair Tool), a tool to help check and fix the error in a PNG image.

Results 10 PCRT issues
Sort by recently updated
recently updated
newest added

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...

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...

![Screenshot 2024-02-28 101332](https://github.com/sherlly/PCRT/assets/145559502/fa5681d8-498e-49b7-8c63-47e97810b12c)

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...