load method

ImageProcessor load(
  1. String path
)

Implementation

ImageProcessor load(String path) {
  adapter.load(path);
  return this;
}