|
|
Oct 29, 2010 at 12:57am
Download a .jpeg from Web into Jitter matrix?
Hi, I think I almost have this figured out. I have the jit.uldl object downloading an image but I don’t know how to get it to display into a matrix. Am I going about this the right way?
thanks.
|
|
|
Oct 29, 2010 at 7:09pm
If you downloaded it to your disk, you can read that again with jit.qt.movie.
But it much easier to just have the jit.qt.movie read the url directly. Just a “read http://myserver/image.jpg” message should do the trick.
|