VLMImage.filePath constructor

VLMImage.filePath(
  1. String path
)

Create from a file path (JPEG, PNG, etc.)

Implementation

factory VLMImage.filePath(String path) => VLMImage._(VLMImageFormat.filePath(path));