PNG Loader

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

File Format

The file format is a normal PNG image.

Use

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

Notes