DEBSOURCES
Skip Quicknav
sources / pypng / 0.0.19%2Bds-1 / code / test / interlace
123456
#!/bin/sh PATH=${PWD%code*}code:$PATH printf 'P5 2 2 3\n\0\1\2\3' | pripamtopng - | priweavepng --interlace - | file - | grep -q 'PNG.* interlace'