-
Notifications
You must be signed in to change notification settings - Fork 4
Adding Images to GW BASIC Programs
Raster Master Supports a Number of formats to make adding images/palettes to GW-BASIC very easy
You can Export Palettes from Palette->Export->GWBASIC->Data Statement or Palette Commands
Additional Palette formats can also be accessed by right clicking on the thumbnail view properties menu option
Images for screen modes from 2,4,and 16 colors are supported. File->Export->GWBASIC
->Put Data statements - Read these values into an array and display with PUT statement in GWBASIC
->Put+Mask Data statements - Same as above but by ANDing the Mask Image and then ORing the Image you can create a transparent image
->Put File - can be converted to a BASVE file with Bin2Bsv and easily BLOADed into an array - similar to data statement but takes less memory if you have many images