Re: [julia-users] Re: ImageView very slow

2016-10-25 Thread Tim Holy
Yes, it should be pretty responsive now---ImageView doesn't have to go through a Python layer, so I think it's a bit snappier. It's been a while since I've used Matlab, but at least when I first compared them ImageView was considerably better than Matlab for interactive display of movies, etc. But

Re: [julia-users] Re: ImageView very slow

2016-10-25 Thread Paul B.
Tim, when you say you fixed this, you mean the deprecation warnings? I'll definitely use the new version of Images. I haven't had a chance yet since posting this. Images and related libraries look great. The graphics functionality in Julia that deal with bitmaps like ImageView and pcolor in

Re: [julia-users] Re: ImageView very slow

2016-10-16 Thread Tim Holy
Hmm, I fixed this on the images-next branch but forgot to fix it on master. Will be fixed in https://github.com/timholy/Images.jl/pull/564. If you're just getting started with Julia & Images, you might want to consider using the upcoming version of Images. See