Beispiel #1
0
 public static FreeImageBitmap LoadQnt(byte[] bytes)
 {
     if (bytes == null)
     {
         return(null);
     }
     try
     {
         return(Qnt.LoadImage(bytes));
     }
     catch
     {
         return(null);
     }
 }