File.loadImage
Jump to navigation
Jump to search
File.loadImage
loads an image from a PNG or JPEG file on disk.
Arguments
Parameter Name | Type | Default Value | Meaning |
---|---|---|---|
path | string | "" | name, partial path, or full path of image file to load |
Usage Notes
If the PNG file contains an embedded color profile, it will be used to adjust the raw colors in the file. Popular image editors usually include an option to turn this feature off (sometimes called "color management") if you do not want it.
Example
img = file.loadImage("/sys/pics/Wumpus.png")