コード例 #1
0
ファイル: ImageACD.cs プロジェクト: zxc120/GARbro
 public AcdDecoder(byte[] input, AcdMetaData info)
 {
     m_input  = input;
     m_output = new byte[info.Width * info.Height];
 }
コード例 #2
0
ファイル: ImageACD.cs プロジェクト: Casidi/GARbro
 public AcdDecoder(byte[] input, AcdMetaData info)
 {
     m_input = input;
     m_output = new byte[info.Width*info.Height];
 }