fromFile

fun fromFile(file: File): Image

Create an image object from a java.io.File object. Throws an exception if the file cannot be found.


fun fromFile(file: String): Image

Create an image object from a file path. Throws an exception if the file cannot be found.