Beispiel #1
0
 public string HQCode(byte[] bytes, int imagetype)
 {
     try
     {
         return(ImageTool.CreateInstance().hqCode(bytes, imagetype));
     }
     catch
     {
         return("");
     }
 }
Beispiel #2
0
 public Get51Code()
 {
     ImageTool.CreateInstance();
 }