mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
echo 'Testing uncompressed text chunk - tEXT (plain format)'
|
|
./pngmeta -quiet ct1n0g04.png | diff -c test1.xpt -
|