createImage abstract method
Creates an (empty) imge with the given dimensions.
Implementation
Future<LinearImage> createImage(int width, int height, int channels);
Creates an (empty) imge with the given dimensions.
Future<LinearImage> createImage(int width, int height, int channels);