Exemple #1
0
 public AcdDecoder(byte[] input, AcdMetaData info)
 {
     m_input  = input;
     m_output = new byte[info.Width * info.Height];
 }
Exemple #2
0
 public AcdDecoder(byte[] input, AcdMetaData info)
 {
     m_input = input;
     m_output = new byte[info.Width*info.Height];
 }