> > I do this via Pkg.dir()*"/MyPackage". > If there is any better solution, I'd be quite curious to know! >
Thank you Simon, this solved the wrong path problem. > This looks like a cool package! =) > I just implemented an OpenGL image viewer, which theoretically can tile > images very easily, as OpenGL does the tiling for you. > If you're interested take a look at: > https://github.com/SimonDanisch/GLPlot.jl/wiki > Nice! I'll take a look into it. Thanks for sharing. > What do you plan on doing with this, if I may ask? > Perhaps apply a more advanced version of the algorithm in Petroleum Engineering problems. :) Now I have another issue, the function imquilt() only shows the progress (i.e. show=true) if I include the file imquilt.jl <https://github.com/juliohm/ImageQuilting.jl/blob/master/src/imquilt.jl#L50> by hand on the REPL. If I type `using ImageQuilting` and run the function with show=true, the images aren't shown. Why is that? Júlio.
