Skip to content

Commit b4a5e41

Browse files
authored
Merge pull request #371 from testercwt/master
Update registry.jl
2 parents 0345f15 + aa04a11 commit b4a5e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.jl

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ add_format(format"PGM", UInt8[0x50,0x35,0x0a], ".pgm",
156156
add_format(format"PSD", UInt8[0x38,0x42,0x50,0x53], ".psd", [idImageMagick])
157157
add_format(format"RGB", UInt8[0x01,0xda,0x01,0x01,0x00,0x03], ".rgb", [idImageMagick])
158158
add_format(format"WMF", UInt8[0xd7,0xcd,0xc6,0x9a], ".wmf", [idImageMagick])
159+
add_format(format"EMF", UInt8[0x01,0x00,0x00,0x00], ".emf", [idImageMagick])
159160
add_format(format"WPG", UInt8[0xff,0x57,0x50,0x43], ".wpg", [idImageMagick])
160161
add_format(format"Imagine", "IMAGINE", ".imagine", [:ImagineFormat => UUID("4bab44a2-5ff2-5a6b-8e10-825fb9ac126a")])
161162

0 commit comments

Comments
 (0)