Example #1
0
 private void ReadIMAGChunk(IFFReader iff, ChunkAttributes attr)
 {
     _images.Add(Image.Read(iff));
 }