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 Tk does have pretty significant limitations; now that the Images rewrite is largely done I'm planning to rewrite ImageView using Gtk. Not started yet, though.
On Tue, Oct 25, 2016 at 5:24 PM, Paul B. <beres...@gmail.com> wrote: > 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 PyPlot seem slow. I'm used to imagesc in MATLAB which can be > unresponsive for very large images but not quite as sluggish as what I've > been seeing. From what little I found, it sounds like a lot of these use > Tk which is controlled through text commands. Am I mistaken? Is there > something maybe simpler but quicker than ImageView that will display a > pseudo-color image? Otherwise I might just bang something up that uses > Images to save a PNG file then calls an external viewer to display it. > >>