Future<void> crop({required int width, required int height}) async { _temp = await _generator.crop(await _getPath(), width, height); }