Skip to content

Commit 7c10c11

Browse files
donmccurdydougwilson
authored andcommitted
Mark image/vnd.ms-dds as compressible
closes jshttp#248
1 parent 83c4370 commit 7c10c11

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ unreleased
33

44
* Add new upstream MIME types
55
* Mark `image/vnd.microsoft.icon` as compressible
6+
* Mark `image/vnd.ms-dds` as compressible
67

78
1.50.0 / 2021-09-15
89
===================

db.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7214,6 +7214,7 @@
72147214
"source": "iana"
72157215
},
72167216
"image/vnd.ms-dds": {
7217+
"compressible": true,
72177218
"extensions": ["dds"]
72187219
},
72197220
"image/vnd.ms-modi": {

src/custom-types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@
641641
]
642642
},
643643
"image/vnd.ms-dds" : {
644+
"compressible": true,
644645
"extensions": ["dds"],
645646
"notes": "Microsoft format for storing graphical textures and cubemaps. Used in 3d engines, such as Babylon.js.",
646647
"sources": [

0 commit comments

Comments
 (0)