Skip to content

Commit

Permalink
bump ImageMagick_jll, add test for JuliaIO#206
Browse files Browse the repository at this point in the history
should also fix JuliaIO#158
  • Loading branch information
simeonschaub committed Feb 3, 2023
1 parent 079d62b commit d9540ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[compat]
FileIO = "1"
ImageCore = "0.8.1, 0.9"
ImageMagick_jll = "= 6.9.10"
ImageMagick_jll = "= 6.9.11"
julia = "1.3"

[extras]
Expand Down
5 changes: 5 additions & 0 deletions test/constructed_images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,9 @@ mutable struct TestType end
exportimagepixels!(buf2view, wand, cs, channelorder)
@test buf2view == Ar
end

@testset "issue #206" begin
img = ImageMagick.load("images/cameraman.tif")
@test size(img) == (512, 512)
end
end
Binary file added test/images/cameraman.tif
Binary file not shown.

0 comments on commit d9540ae

Please sign in to comment.