bullsgl

博客园 首页 新随笔 联系 订阅 管理

2013年12月16日 #

摘要: 1 private void setImageTag(string imgFile, string tagFile, string imgTag, string imgTitle) 2 { 3 uint padding = 2048; 4 if (File.Exists(imgFile)) 5 { 6 BitmapDecoder decoder = null; 7 // load the jpg file with a JpegBitmapDecoder 8 using (Stream jpegStreamIn = ... 阅读全文
posted @ 2013-12-16 16:53 bullsgl 阅读(1572) 评论(0) 推荐(0)