Ejemplo n.º 1
0
 internal static extern int SaveFIBToFile(FIBITMAP dib, string filepath, FIA_BITDEPTH bitDepth);
Ejemplo n.º 2
0
 public void SaveToFile(string filePath, FIA_BITDEPTH depth)
 {
     FreeImage.SaveFIBToFile(this.Dib, filePath, depth);
 }
Ejemplo n.º 3
0
 public void SaveToFile(string filePath, FIA_BITDEPTH depth)
 {
     FreeImage.SaveFIBToFile(this.Dib, filePath, depth);
 }