Project

General

Profile

Download (399 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# PNG - Portable Network Graphics, a popular image format
2
# Pattern attributes: good fast notsofast subset
3
# Protocol groups: file
4

    
5
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
6
# Contributed by Radovan Josth.  Tested at least a bit.
7

    
8
png
9
# drawn from /usr/share/magic
10
\x89PNG\x0d\x0a\x1a\x0a
11

    
12
# this is probably sufficient, but by default let's use the longer version
13
# \x89PNG
(87-87/149)