Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xdg
shared-mime-info
Commits
17b168cc
Commit
17b168cc
authored
Nov 20, 2020
by
kbroulik
Browse files
Add image/astc
Adaptive Scalable Texture Compression files
parent
e9f8c792
Pipeline
#232438
passed with stage
in 1 minute and 44 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/freedesktop.org.xml.in
View file @
17b168cc
...
...
@@ -6770,6 +6770,15 @@ command to generate the output files.
</magic>
<glob
pattern=
"*.ktx"
/>
</mime-type>
<mime-type
type=
"image/astc"
>
<comment>
ASTC texture
</comment>
<acronym>
ASTC
</acronym>
<expanded-acronym>
Advanced Scalable Texture Compression
</expanded-acronym>
<glob
pattern=
"*.astc"
/>
<magic
priority=
"80"
>
<match
type=
"little32"
value=
"0x5CA1AB13"
offset=
"0"
/>
</magic>
</mime-type>
<mime-type
type=
"video/vnd.vivo"
>
<comment>
Vivo video
</comment>
<alias
type=
"video/vivo"
/>
...
...
tests/mime-detection/list
View file @
17b168cc
...
...
@@ -117,6 +117,8 @@ terminal-app.svg image/svg+xml
network-symbolic.svg image/svg+xml
# Zeb model from http://www.geo-metricks.com/geo-shop/shop-htm/free-object-info.htm truncated to 1Ko
zeb.3ds image/x-3ds x
# Generated using astcenc-sse2 -cl test.png test.astc 4x4 -thorough
test.astc image/astc
# Documents
ooo-6.0.doc application/msword
...
...
tests/mime-detection/test.astc
0 → 100644
View file @
17b168cc
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment