Skip to content

Commit 2870a3d

Browse files
committed
Register Imagine format
1 parent 7be656f commit 2870a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ add_format(format"PSD", UInt8[0x38,0x42,0x50,0x53], ".psd",
3232
add_format(format"RGB", UInt8[0x01,0xda,0x01,0x01,0x00,0x03], ".rgb", [:ImageMagick])
3333
add_format(format"WMF", UInt8[0xd7,0xcd,0xc6,0x9a], ".wmf", [:ImageMagick])
3434
add_format(format"WPG", UInt8[0xff,0x57,0x50,0x43], ".wpg", [:ImageMagick])
35+
add_format(format"Imagine", "IMAGINE", ".imagine", [:ImagineFormat])
3536

3637
add_format(
3738
format"TGA",

0 commit comments

Comments
 (0)