Skip to content

Commit c50e0d1

Browse files
the-simiandougwilson
authored andcommitted
Add image/vnd.ms-dds with extension .dds
closes jshttp#170 closes jshttp#171
1 parent 08ca40f commit c50e0d1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

HISTORY.md

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

4+
* Add `image/vnd.ms-dds` with extension `.dds`
45
* Add new upstream MIME types
56
* Remove compressible from `multipart/mixed`
67

db.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6803,6 +6803,9 @@
68036803
"image/vnd.mozilla.apng": {
68046804
"source": "iana"
68056805
},
6806+
"image/vnd.ms-dds": {
6807+
"extensions": ["dds"]
6808+
},
68066809
"image/vnd.ms-modi": {
68076810
"source": "iana",
68086811
"extensions": ["mdi"]

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,13 @@
621621
"image/vnd.adobe.photoshop": {
622622
"compressible": true
623623
},
624+
"image/vnd.ms-dds" : {
625+
"extensions": ["dds"],
626+
"notes": "Microsoft format for storing graphical textures and cubemaps. Used in 3d engines, such as Babylon.js.",
627+
"sources": [
628+
"https://docs.microsoft.com/en-us/windows/win32/wic/dds-format-overview"
629+
]
630+
},
624631
"image/x-icon": {
625632
"compressible": true,
626633
"notes": "Usually a wrapper for .bmp formated images.",

0 commit comments

Comments
 (0)