Skip to content

Commit 680147e

Browse files
authored
Merge pull request #71 from romainFr/pull-request/0e718694
Add a missing magic byte identifier for some BigTIFF files
2 parents d4e3401 + 0e71869 commit 680147e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ add_format(
7070
)
7171
add_format(
7272
format"TIFF",
73-
(UInt8[0x4d,0x4d,0x00,0x2a], UInt8[0x4d,0x4d,0x00,0x2b], UInt8[0x49,0x49,0x2a,0x00]),
73+
(UInt8[0x4d,0x4d,0x00,0x2a], UInt8[0x4d,0x4d,0x00,0x2b], UInt8[0x49,0x49,0x2a,0x00],UInt8[0x49,0x49,0x2b,0x00]),
7474
[".tiff", ".tif"],
7575
[:QuartzImageIO, OSX],
7676
[:ImageMagick]

0 commit comments

Comments
 (0)