image3 addons cannot work on J801 but you may use some replacement
available in jqt. eg

data=: readimg_jqtide_ 'foo.bmp'

data writeimg_jqtide_ 'foo.png'

Jqt wd has a child to display bitmap image, you can use that for
viewing image, please qt demo.

On Tue, Apr 1, 2014 at 4:08 PM, Linda Alvord <[email protected]> wrote:
> In the old days I could write the following and do wonderful things like it.
> Even make  see1.png, too.
>
>
>
> p2=:(#:i.8){0 255
>
> rep=: 13 :'x#x#"1 y'
>
> sb=:10 rep b=:,:4 0 2 0 1
>
> (sb{p2) write_image 'temp\see1.bmp'
>
>
>
> view_image 'temp\see1.bmp'
>
>
>
> Here's it now"
>
>
>
> p2=:(#:i.8){0 255
>
> rep=: 13 :'x#x#"1 y'
>
> sb=:10 rep b=:,:4 0 2 0 1
>
> (sb{p2) write_image 'temp\see1.bmp'
>
> |value error: write_image
>
> | (sb{p2) write_image'temp\see1.bmp'
>
> |[-3]
>
>
>
> Does Cliff Reiter's  write_image  and  view_image  exist anymore or are
> there replacements for  them?
>
>
>
> Linda
>
>
>
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to