Some Help

new topic     » topic index » view thread      » older message » newer message

Here it is, the gif file opens and displays but in the wrong palette:

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

global procedure gm(integer junk)
  if graphics_mode(junk) then
    puts(1, "Graphics mode not supported")
  end if
end procedure

global procedure gif(sequence file, sequence were)
  sequence junk
  junk = read_gif(file)
  display_image(were, junk[2])
  all_palette(junk[1]/4)
end procedure

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu