Ejemplo n.º 1
0
 public bool SaveBmpWithImageCodecInfo(Image img, string photoPath)
 {
     return(LocalFileOperater.SaveBmpWithImageCodecInfo(img, photoPath));
 }
Ejemplo n.º 2
0
 private byte[] GetImageToByteArray(string fileName)
 {
     return(LocalFileOperater.GetImageToByteArray(fileName));
 }