Displaying Image On SmallBASIC

Posted by Nathan Campos on Stack Overflow See other posts from Stack Overflow or by Nathan Campos
Published on 2010-03-24T18:18:48Z Indexed on 2010/03/24 18:23 UTC
Read the original article Hit count: 394

I want to display a image using SmallBASIC. For this I've started by searching on the references, then I found a reference for IMAGE, that is like this:

IMAGE #handle, index, x, y [,sx,sy [,w,h]]

Then I found another to open files(OPEN):

OPEN file [FOR {INPUT|OUTPUT|APPEND}] AS #fileN

But I want to know some things:

  • What image types this function can display?
  • There is any real example to use IMAGE?

© Stack Overflow or respective owner

Related posts about basic

Related posts about smalltalk