load method

Implementation

ImageProcessorAdapter load(String path) {
  originImageFile = File(path);
  resizeWidth = null;
  resizeHeight = null;
  return this;
}