EffectsSdkImage.fromPath constructor
- String filepath
Creates image from a local file path.
filepath
: Path to image file (JPEG/PNG supported)
Implementation
EffectsSdkImage.fromPath(String filepath) : source = FilePathImage(filepath);
Creates image from a local file path.
filepath
: Path to image file (JPEG/PNG supported)EffectsSdkImage.fromPath(String filepath) : source = FilePathImage(filepath);