EffectsSdkImage.fromPath constructor

EffectsSdkImage.fromPath(
  1. 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);