Skip to content

Commit af3cc59

Browse files
authored
Revert "Update registry.jl"
1 parent b4a5e41 commit af3cc59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/registry.jl

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ 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])
160159
add_format(format"WPG", UInt8[0xff,0x57,0x50,0x43], ".wpg", [idImageMagick])
161160
add_format(format"Imagine", "IMAGINE", ".imagine", [:ImagineFormat => UUID("4bab44a2-5ff2-5a6b-8e10-825fb9ac126a")])
162161

0 commit comments

Comments
 (0)