createImage abstract method

Future<LinearImage> createImage(
  1. int width,
  2. int height,
  3. int channels
)

Creates an (empty) imge with the given dimensions.

Implementation

Future<LinearImage> createImage(int width, int height, int channels);