LoadImage abstract method

ImageStructType LoadImage(
  1. String fileName
)

Load image from file into CPU memory (RAM)

Implementation

ImageStructType LoadImage(
  String fileName,
);