File: chunk-sigbit

package info (click to toggle)
pypng 0.20231004.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: python: 4,818; sh: 230; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

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

priforgepng -d 8 rbr -s 64 |
  prichunkpng --sigbit 2 - |
  pripnglsch |
  grep -q sBIT || exit 1