I can't test it myself because I get
julia> using ImageQuilting
ERROR: syntax: invalid character "ₛ"
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
while loading /tmp/ImageQuilting/src/imquilt.jl, in expression starting on 
line 69
while loading /tmp/ImageQuilting/src/ImageQuilting.jl, in expression starting 
on line 3

(This after fixing several other invalid characters in an attempt to make it 
work, but then running out of time to fiddle.)

It also would help if you were a bit more specific about what you mean by "the 
images are not shown by ImageView". Does it show a blank window? Or give you 
an error message?

--Tim


On Friday, August 15, 2014 01:24:30 PM Júlio Hoffimann wrote:
> 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.

Reply via email to