I'm pretty sure I've reported this before, but, anyway...

When I attempt to save the graphic generated by "viewmat" to the file named
by "flnm", this way:
   writebmp_jviewmat_ flnm
the resulting bitmap has its RGB triples flipped, i.e. red is blue and blue
is red.

A fix is to go into "writebmp" defined in "viewmat.ijs" and replace the last
line
   (getbmp'') writebmp fl
by something like
   (|."_2(3$256)#:getbmp'') writebmp fl

Does anyone have a better way to write "viewmat"output?  I would prefer a
format other than
.BMP if I could get it.

Or, at least, could we get this fixed, maybe in the new 6.02 beta?

Thanks,

Devon
-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to