public bool SaveBmpWithImageCodecInfo(Image img, string photoPath) { return(LocalFileOperater.SaveBmpWithImageCodecInfo(img, photoPath)); }
private byte[] GetImageToByteArray(string fileName) { return(LocalFileOperater.GetImageToByteArray(fileName)); }