Skip to content

Commit 0e71869

Browse files
author
Romain Franconville
committed
Add a missing magic byte identifier for some BigTIFF files
1 parent 1373ebd commit 0e71869

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
@@ -56,7 +56,7 @@ add_format(
5656
)
5757
add_format(
5858
format"TIFF",
59-
(UInt8[0x4d,0x4d,0x00,0x2a], UInt8[0x4d,0x4d,0x00,0x2b], UInt8[0x49,0x49,0x2a,0x00]),
59+
(UInt8[0x4d,0x4d,0x00,0x2a], UInt8[0x4d,0x4d,0x00,0x2b], UInt8[0x49,0x49,0x2a,0x00],UInt8[0x49,0x49,0x2b,0x00]),
6060
[".tiff", ".tif"],
6161
[:QuartzImageIO, OSX],
6262
[:ImageMagick]

0 commit comments

Comments
 (0)