Open tangyaofang opened 5 years ago
I can't repro this:
git checkout v1.6.37
git clean -dfx
mkdir ../v1.6.37
cd !$
make all
gcc -O2 -o pngcp ../git/contrib/tools/pngcp.c libpng16.so.16 -lz
./pngcp fried_rice.png test.png
There's not enough information above; a detailed repro is required.
@ctruta: please close, not repro
Execute the following command:
./pngcp fried_rice.png test.png
However, the output file test.png is an empty file.
According to the instructions of pngcp, the contents of fried_rice.png should be output to the test.png file.
fried_rice.png attach file: fried_rice.zip