File: chunk-delete

package info (click to toggle)
pypng 0.0.19%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: python: 4,371; sh: 126; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

PATH=${PWD%code*}code:$PATH

# Note basn0g08 includes a gAMA chunk
python -m pngsuite basn0g08 | pnglsch | grep -q gAMA || exit 9
python -m pngsuite basn0g08 | prichunkpng --delete gAMA - |
  pnglsch | grep -q gAMA && exit 1
exit 0