1. Rob ?

Rob what does N.B. stand for in your comments in a demo pcx file mean ??

Bernie

new topic     » topic index » view message » categorize

2. Re: Rob ?

Bernie Ryan writes:
> Rob what does N.B. stand for in your comments in
> a demo pcx file mean ??

I have no idea, unless it's just the usual Nota Bene,
"Note well" from Latin.

I have not produced any demo pcx files.
Maybe you should contact the author.

Regards,
     Rob Craig
     Rapid Deployment Software
     http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

3. Re: Rob ?

On Mon, 11 Oct 1999 13:32:05 -0400, Robert Craig <rds at ATTCANADA.NET> wrote:

>I have not produced any demo pcx files.
>Maybe you should contact the author.

This is the file that you did not write :)


-------------------------------------------------------------------

-- test.ex by Rob Craig

include graphics.e
include pic_load.e
include image.e

sequence s
if graphics_mode(261) then  -- try mode 19 if this gives you trouble
    puts(1, "Try a different mode\n")
    abort(1)
end if

-- First try a .GIF file:
--s = read_gif("title.gif")
--display_image({20,20}, s[2])
--all_palette(s[1]/4) -- N.B. divide by 4 is required

-- while get_key() = -1 do
-- end while

-- Now try a .PCX file:
clear_screen()
s = read_pcx("wallstxt.pcx")
display_image({200,200}, s[2])
all_palette(s[1]/4)

while get_key() = -1 do
end while
if graphics_mode(-1) then
end if

---------------------------------------------------------

Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu