File: toppm

package info (click to toggle)
pypng 0.0.20%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 992 kB
  • sloc: python: 4,506; sh: 186; makefile: 12
file content (8 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

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

python -m pngsuite basn2c08 |
pripngtopam - |
# The last 3072(3x32x32) bytes are binary data; extract header
head -c -3072 | tr -cs 0-9A-Z ' ' | grep -q 'P6 32 32 255'