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