GIF Loader

This loader reads the file as a GIF image and returns a raster image object.

File Format

The file format is a normal GIF image.

Use

  1. Create a gif file in your inventory, containing the required GIF image. e.g Lets assume you create a file called testgif.gif.
  2. To use the GIF image within a script, we just have to refer to the name of the image file, e.g.
    testgif
                
    and this will load the GIF image for us, as a MillScript raster image.

Notes