Esempio n. 1
0
 static Tuple<int, Image> DecodeJpeg3(DefineBitsJpeg3Tag tag)
 {
     return Tuple.Create((int)tag.CharacterId, tag.DecompileToImage());
 }