INPUT /  OUTPUT /  LANGUAGE






img tag

Creates an object that displays a picture on the screen. Supported graphic formats include png, jpeg, gif (including animated gifs) and svg.

Binary image data is output directly into the ioL console and assigned to the default field of the img tag.

Sample usage

Fields

Result

The img does not yield a result value when invoked.

Notes

Example

The following example shows a possible way to load and display an image file in the console within a Python program. The same principle applies to other programming languages.