Skip to content

Commit d9540ae

Browse files
committed
bump ImageMagick_jll, add test for JuliaIO#206
should also fix JuliaIO#158
1 parent 079d62b commit d9540ae

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1111
[compat]
1212
FileIO = "1"
1313
ImageCore = "0.8.1, 0.9"
14-
ImageMagick_jll = "= 6.9.10"
14+
ImageMagick_jll = "= 6.9.11"
1515
julia = "1.3"
1616

1717
[extras]

test/constructed_images.jl

+5
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,9 @@ mutable struct TestType end
354354
exportimagepixels!(buf2view, wand, cs, channelorder)
355355
@test buf2view == Ar
356356
end
357+
358+
@testset "issue #206" begin
359+
img = ImageMagick.load("images/cameraman.tif")
360+
@test size(img) == (512, 512)
361+
end
357362
end

test/images/cameraman.tif

257 KB
Binary file not shown.

0 commit comments

Comments
 (0)