Functions
Link copied to clipboard
Creates a new image using the provided bytes by inferring the file format. If the format is known, prefer @link Image.fromPngBytes or @link Image.fromIcoBytes.
Link copied to clipboard
Creates a new Image using RGBA data, in row-major order from top to bottom, and with specified width and height.