diff options
Diffstat (limited to 'data/freedesktop.org.xml.in')
-rw-r--r-- | data/freedesktop.org.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 3582c5f..d633b32 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -5320,6 +5320,20 @@ command to generate the output files. </magic> <glob pattern="*.png"/> </mime-type> + <mime-type type="image/apng"> + <comment>Animated PNG image</comment> + <acronym>PNG</acronym> + <expanded-acronym>Portable Network Graphics</expanded-acronym> + <sub-class-of type="image/png"/> + <magic> + <match type="string" value="\x89PNG\r\n\x1A\n" offset="0"> + <match type="string" value="acTL" offset="37"/> + </match> + </magic> + <glob pattern="*.apng"/> + <glob pattern="*.png" weight="40"/> + <alias type="image/vnd.mozilla.apng"/> + </mime-type> <mime-type type="image/rle"> <comment>RLE bitmap image</comment> <acronym>RLE</acronym> |