File: qt-avif-image-plugin.xml

package info (click to toggle)
qt-avif-image-plugin 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: cpp: 1,075; sh: 66; xml: 18; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 716 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="image/avif">
    <comment>AV1 Image File Format (AVIF)</comment>
    <magic priority="50">
      <match type="string" value="ftypavif" offset="4"/>
      <match type="string" value="ftypavis" offset="4"/>
      <match type="string" value="ftypmif1" offset="4">
        <match type="string" value="avif" offset="16"/>
        <match type="string" value="avif" offset="20"/>
        <match type="string" value="avif" offset="24"/>
      </match>
    </magic>
    <glob pattern="*.avif"/>
    <glob pattern="*.avifs"/>
    <alias type="image/avif-sequence"/>
  </mime-type>
</mime-info>