Dear all, Consider this package: https://github.com/juliohm/ImageQuilting.jl
If I do:
using ImageQuilting
ImageQuilting.example()
then the images are not shown by ImageView, even though this package is
installed on my system.
If however I do:
include("src/example.jl")
example()
then everything works as expected.
What is happening?
Best,
Júlio.
