We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbb8f4 commit e5b7a34Copy full SHA for e5b7a34
src/ImageMagick.jl
@@ -88,7 +88,7 @@ function _metadata(wand)
88
elseif depth <= 16
89
T = Normed{UInt16,evendepth}
90
else
91
- @warn "some versions of ImageMagick give spurious low-order bits for 32-bit TIFFs"
+ @warn "some versions of ImageMagick give spurious low-order bits for 32-bit TIFFs" maxlog=1
92
T = Normed{UInt32,evendepth}
93
end
94
0 commit comments