Skip to content

Commit 33c28f4

Browse files
committed
Merge pull request #35 from JuliaIO/sd/multi_lib
added tga
2 parents 685edf1 + 1fb37a6 commit 33c28f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/registry.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ add_format(format"RGB", UInt8[0x01,0xda,0x01,0x01,0x00,0x03], ".rgb",
3333
add_format(format"WMF", UInt8[0xd7,0xcd,0xc6,0x9a], ".wmf", [:ImageMagick])
3434
add_format(format"WPG", UInt8[0xff,0x57,0x50,0x43], ".wpg", [:ImageMagick])
3535

36+
add_format(
37+
format"TGA",
38+
(),
39+
".tga",
40+
[:OSXNativeIO, LOAD, OSX],
41+
[:ImageMagick]
42+
)
3643
add_format(
3744
format"GIF",
3845
UInt8[0x47,0x49,0x46,0x38],

0 commit comments

Comments
 (0)