Add quadrilaterals on the image.
The ImageData to modify.
An array of Quadrilateral objects to be added on the image.
An ColorValue as an ARGB colour.
The width of the border.
Saves an image to the specified path and format. The desired file format is inferred from the file extension provided in the path parameter.
The image to be saved, of type ImageData.
The absolute file path, name and extension name, as a string, under which the image will be saved.
A flag indicating whether to overwrite the file if it already exists. Defaults to true.
The ImageManager class is a utility class for managing and manipulating images. It provides functionality for saving images to files and drawing various shapes on images.