JPEG Loader

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

File Format

The file format is a normal JPEG image.

Use

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

Notes