How can I use file format to add a Python tool to convert a Hex file to a PNG file, and compare the converted PNG files?
like :
python test.py --path %s --output %t.png
and compare the png files
i tried,but it errors, said Conversion Error, without log
like :
python test.py --path %s --output %t.png
and compare the png files
i tried,but it errors, said Conversion Error, without log
Comment