File: read-pam

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 (11 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

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

{
printf 'P7\n'
printf 'WIDTH 3\nHEIGHT 1\nDEPTH 4\nMAXVAL 255\nTUPLTYPE RGB_ALPHA\n'
printf 'ENDHDR\n'
printf '\377\0\0\377\0\377\0\170\0\0\377\36'
} |
pripamtopng - | file - | grep -q PNG