ogramming-boun...@forums.jsoftware.com
> [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of bill lam
> Sent: Wednesday, March 19, 2014 7:22 AM
> To: programm...@jsoftware.com
> Subject: Re: [Jprogramming] Saving viewmst images
>
> There was a bug in viewmat in det
-Original Message-
From: programming-boun...@forums.jsoftware.com
[mailto:programming-boun...@forums.jsoftware.com] On Behalf Of bill lam
Sent: Wednesday, March 19, 2014 7:22 AM
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] Saving viewmst images
There was a bug in viewmat
There was a bug in viewmat in detecting GUI, now fixed, please
update addons. Please note that viewmat is updated for j801 only,
I assume you are also using j801 JQT or jconsole otherwise the
following is not applicable.
for J801 JQT:
viewmat (%:(i:160)>./i:160)
then press ctrl-s over the bitma
I have created two images named First and Second.
require 'viewmat'
viewmat (%:(i:160)>./i:160);'First'
viewmat (*:(i:160)>./i:160);'Second'
How can I use the code mentioned in the viewmat lab to save them as
"First.bmp" and "Second.bmp" to the temp file?
Here are the hints I