Method Image.load()
- Method
load
Image.Image
load(void
|object
|string
file
)- Description
Helper function to load an image from a file. If no filename is given, Stdio.stdin is used. The loaded file is decoded with _decode.
Image.Image
load(void
|object
|string
file
)
Helper function to load an image from a file. If no filename is given, Stdio.stdin is used. The loaded file is decoded with _decode.